FireDAC.Comp.Client.TFDCustomConnection.IsSQLBased

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also