FireDAC.Phys.SQLite.TFDSQLiteCollation.CollationName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CollationName: String read FCollationName write SetCollationName;

C++

__property System::UnicodeString CollationName = {read=FCollationName, write=SetCollationName};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteCollation

Description

The unique collation name.

Use the CollationName property to specify the collation name. It must be unique across the application and follow the SQLite identifier rules.

See Also