Method WithValueComparer
| Improve this Doc View SourceWithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
Specifies value comparer for column.
Declaration
public static TColumn WithValueComparer<TColumn, TValue>(this TColumn column, IComparer<TValue> value)
where TColumn : Column<TValue>, new()
Parameters
Type | Name | Description |
---|---|---|
TColumn | column | The column. |
System.Collections.Generic.IComparer<TValue> | value | The value. |
Returns
Type | Description |
---|---|
TColumn | This column for fluent coding. |
Type Parameters
Name | Description |
---|---|
TColumn | Type of the column. |
TValue | Type of the value. |