IsCaseSensitive function

Synopsis
bool UltraLite_DatabaseSchema_iface::IsCaseSensitive()
Remarks

Gets the case sensitivity of the database.

Database case sensitivity affects how indexes on tables and result sets are sorted.

Returns
  • True if the database is case sensitive.
  • False otherwise.