FireDAC.Comp.Client.TFDBindedBy
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
Delphi
TFDBindedBy = (bbNone, bbName, bbObject);
C++
enum DECLSPEC_DENUM TFDBindedBy : unsigned int { bbNone, bbName, bbObject };
Description
Specifies how the command is connected to the connection object.
TFDBindedBy can have one of the following values:
Value | Meaning |
---|---|
|
The Connection property is nil and the ConnectionName property is empty. |
|
The ConnectionName property is not empty. |
|
The Connection property is not nil. |