Interface IColumnComparer
Compares DataRow based on column and sorting direction.
Inherited Members
System.Collections.Generic.IComparer<DevZest.Data.DataRow>.Compare(DevZest.Data.DataRow, DevZest.Data.DataRow)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IColumnComparer : IDataRowComparer, IComparer<DataRow>
Properties
| Name | Description |
|---|---|
| Direction | Gets the sorting direction. |
Methods
| Name | Description |
|---|---|
| GetColumn(Model) | Gets the column for DataRow comparation. |