ComponentOne DataObjects for .NET
CaseSensitive Property (C1ExpressConnection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class : CaseSensitive Property
Determines whether string comparisons are case-sensitive.
Syntax
'Declaration
 
Public Property CaseSensitive As System.Boolean
public System.bool CaseSensitive {get; set;}
Remarks
This property affects string comparison in expression evaluation, sorting table views by the end user (via IBindingList.ApplySort) and sorting in C1ExpressView objects.

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

See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members