IBX.IBDatabaseINI.TIBDatabaseINI.SQLRole

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLRole : String read FSQLRole write SetSQLRole;

C++

__property System::UnicodeString SQLRole = {read=FSQLRole, write=SetSQLRole};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI TIBDatabaseINI

Description

Specifies the SQL role for the InterBase database.

The SQLRole property specifies the SQL role for the InterBase database. SQLRole is one of the parameters that are to be read/written from/to the .INI file.

See Also