FireDAC.Comp.Client.TFDCustomConnection.IsSQLBased

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSQLBased: Boolean read GetSQLBased;

C++

__property bool IsSQLBased = {read=GetSQLBased, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

Returns True if a datasource supports the SQL language.

IsSQLBased returns True if a datasource supports the SQL language.

See Also