Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDatabaseSchema class

CollationName property Next Page

IsCaseSensitive property


Checks whether the database is case sensitive.

Syntax

Visual Basic

Public Readonly Property IsCaseSensitive As Boolean

C#

public bool IsCaseSensitive {get;}

Property value

True if the database is case sensitive, and false if the database is case insensitive.

Remarks

Database case sensitivity affects how indexes on tables and result sets are sorted. Case sensitivity also affects how ULConnectionParms.UserID and ULConnectionParms.Password are verified.

Exceptions
See also