Property OrderBy
| Improve this Doc View SourceOrderBy
Gets or sets the comparer to sort the rows.
Declaration
IComparer<DataRow> OrderBy { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IComparer<DataRow> |
Gets or sets the comparer to sort the rows.
IComparer<DataRow> OrderBy { get; set; }
Type | Description |
---|---|
System.Collections.Generic.IComparer<DataRow> |