FireDAC.Comp.DataSet.TFDIndex.CaseInsFields

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDIndex

Delphi

property CaseInsFields: String read FCaseInsFields write SetCaseInsFields;

C++

__property System::UnicodeString CaseInsFields = {read=FCaseInsFields, write=SetCaseInsFields};

Description

Specifies fields for which sorting must be case-insensitive.

These fields must be included into the Fields property value, too. If Expression is specified, then CaseInsFields has no effect. Alternatively, case-insensitive fields can be specified in the Fields property.

See Also