IsCaseSensitive function

Gets the case sensitivity of the database.

Syntax
bool UltraLite_DatabaseSchema_iface::IsCaseSensitive()
Returns
  • True if the database is case sensitive.

  • False otherwise.

Remarks

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