SqlCeConnectionStringBuilder.CaseSensitive Property

Gets or sets a value that indicates whether or not the database collation is case-sensitive.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property CaseSensitive As Boolean
    Get
    Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As Boolean

value = instance.CaseSensitive

instance.CaseSensitive = value
[BrowsableAttribute(false)]
public bool CaseSensitive { get; set; }
[BrowsableAttribute(false)]
public:
property bool CaseSensitive {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member CaseSensitive : bool with get, set
function get CaseSensitive () : boolean
function set CaseSensitive (value : boolean)

Property Value

Type: System.Boolean
true if the database is case-sensitive; otherwise, false.

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace