Show / Hide Table of Contents

Class DataRowComparer

Provides extension methods for DataRow comparer.

Inheritance
System.Object
DataRowComparer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public static class DataRowComparer

Methods

Name Description
ThenBy(IDataRowComparer, Column, SortDirection)

Adds additional sorting column to existing DataRow comparer.

ThenBy(IDataRowComparer, IDataRowComparer)

Adds sorting comparer to exiting DataRow comparer.

ThenBy(IComparer<DataRow>, IComparer<DataRow>)

Adds sorting comparer to exiting DataRow comparer.

ThenBy<T>(IDataRowComparer, Column<T>, SortDirection, IComparer<T>)

Adds additional sorting column to existing DataRow comparer.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest