FireDAC.Stan.Param.TFDParam.IsCaseSensitive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsCaseSensitive: Boolean read FIsCaseSensitive write FIsCaseSensitive default False;

Properties

Type Visibility Source Unit Parent
property published FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Identifies if a TFDParam name is case sensitive.

The IsCaseSensitive property is set to TRUE if a TFDParam name is case sensitive and FALSE otherwise.

Only when a DB object quoted name is case sensitive, binding by name is in effect, and a parameter was specified as a quoted text, then the parameter name may be case sensitive. At first, this property is useful for Oracle stored procedure quoted argument names.