ComponentOne DataObjects for .NET
SortComparisonMode Property (C1ExpressConnection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class : SortComparisonMode Property
Determines the type of string comparison.
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 C1.Data.C1DataView objects.

By default, all C1DataTable objects in a C1ExpressConnection use the SortComparisonMode property of the C1ExpressConnection, but it can be overridden setting the SortComparisonMode property of the C1.Data.C1DataTable object.

See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members