IPrimaryPostgresSPLD.CaseSensitive

Syntax

CaseSensitive: Boolean;

Description

The CaseSensitive property determines whether the case is taken into account on working with repository on the PostgreSQL server.

Comments

Available values:

When one sets up a PostgreSQL server connection, case sensitivity can be determined in one of the ways:

Example

The property use is given in the example for IPrimaryPostgresSPLD.Database.

See also:

IPrimaryPostgresSPLD