ComponentOne DataObjects for .NET
SortComparisonMode Property (C1DataTable)

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : SortComparisonMode Property
Determines the type of string comparison within the data table.
Syntax
'Declaration
 
Public Property SortComparisonMode As SortComparisonMode
public SortComparisonMode SortComparisonMode {get; set;}
Remarks
This property affects string comparison in expression evaluation, sorting table views by the end user (via IBindingList.ApplySort) and sorting in C1DataView objects.

By default, all C1DataTable objects created by a C1DataSet use the SortComparisonMode property of the C1DataSet, but it can be overridden setting the SortComparisonMode property of the C1DataTable object.

See Also

Reference

C1DataTable Class
C1DataTable Members
C1DataObjects Expressions