DmOrderedColumn ​
Namespace: MJCZone.DapperMatic.Models
Assembly: MJCZone.DapperMatic
Summary ​
Represents a column in an ordered list of columns.
public
Contents ​
Constructors (2) | Methods (5) | Properties (2)
Constructors ​
DmOrderedColumn ​
Initializes a new instance of the MJCZone.DapperMatic.Models.DmOrderedColumn
class. Used for deserialization.
csharp
DmOrderedColumn()
DmOrderedColumn ​
Initializes a new instance of the MJCZone.DapperMatic.Models.DmOrderedColumn
class.
csharp
DmOrderedColumn(string columnName, DmColumnOrder order)
Parameters ​
- columnName (string) - Name of the column.
- order (DmColumnOrder) - Order of the column.
Methods ​
ToString ​
Returns a string that represents the current object.
csharp
string ToString()
Returns ​
Type: string
A string that represents the current object.
ToString ​
Returns a string that represents the current object.
csharp
string ToString(bool includeOrder)
Parameters ​
- includeOrder (bool) - includes the order in the string.
Returns ​
Type: string
A string that represents the current object.
GetType ​
csharp
void GetType()
Equals ​
csharp
void Equals()
GetHashCode ​
csharp
void GetHashCode()
Properties ​
ColumnName ​
Gets or sets the name of the column.
Type: string
Order ​
Gets or sets the order of the column.
Type: DmColumnOrder