In This Topic
Gets or sets a value indicating whether the data is case sensitive.
- Default. The case sensitivity setting should be autoderived by querying the data provider. Defaults to False if the data provider does not support that method.
- Data in this data set is case sensitive.
- Data in this data set is case insensitive.
Syntax
'Declaration
Public Property CaseSensitivity As TriState
public TriState CaseSensitivity {get; set;}
See Also