Show / Hide Table of Contents

Interface IColumnComparer

Compares DataRow based on column and sorting direction.

Inherited Members
IDataRowComparer.ModelType
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.

Extension Methods

DataRowComparer.ThenBy(IComparer<DataRow>, IComparer<DataRow>)
DataRowComparer.ThenBy(IDataRowComparer, IDataRowComparer)
DataRowComparer.ThenBy(IDataRowComparer, Column, SortDirection)
DataRowComparer.ThenBy<T>(IDataRowComparer, Column<T>, SortDirection, IComparer<T>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest