In The Hand LtdIn The Hand
CaseSensitive Property
.NET Components for Mobility
A Boolean value that determines whether or not the database collation is case-sensitive.
Declaration Syntax
C#Visual Basic
public bool CaseSensitive { get; set; }
Public Property CaseSensitive As Boolean
	Get
	Set
Remarks
Must be set to true to enable case-sensitive collation or false for case-insensitive collation. If not specified, the default value is false. If you connect to an existing SQL Server Compact database with a "Case Sensitive" property in the connection string, the SQL Server Compact 3.5 SP1 ignores this setting.

Assembly: InTheHand.Data (Module: InTheHand.Data) Version: 7.0.0.0