FireDAC.Comp.Client.TFDCustomConnection.IsSQLBased
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomConnection | |
Delphi
property IsSQLBased: Boolean read GetSQLBased;
C++
__property bool IsSQLBased = {read=GetSQLBased, nodefault};
Description
Returns True if a datasource supports the SQL language.
IsSQLBased returns True if a datasource supports the SQL language.