FireDAC.Comp.Client.TFDCustomConnection.IsSQLBased

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsSQLBased: Boolean read GetSQLBased;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection


Beschreibung

Gibt True zurück, wenn eine Datenquelle die SQL-Sprache unterstützt.

IsSQLBased gibt True zurück, wenn eine Datenquelle die SQL-Sprache unterstützt.

Siehe auch