Show / Hide Table of Contents

Interface IDataRowComparer

Compares two DataRow objects by value.

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 IDataRowComparer : IComparer<DataRow>

Properties

Name Description
ModelType

Gets the type of the model.

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