Database.IsCaseSensitive Property

Gets whether the fields in the database are case sensitive.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public ReadOnly Property IsCaseSensitive As Boolean
    Get
'Usage
Dim instance As Database
Dim value As Boolean

value = instance.IsCaseSensitive
public bool IsCaseSensitive { get; }
public:
property bool IsCaseSensitive {
    bool get ();
}
member IsCaseSensitive : bool
function get IsCaseSensitive () : boolean

Property Value

Type: System.Boolean

See Also

Reference

Database Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace