FireDAC.Comp.Client.TFDCustomCommand.BindedBy
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomCommand |
Delphi
property BindedBy: TFDBindedBy read FBindedBy;
C++
__property TFDBindedBy BindedBy = {read=FBindedBy, nodefault};
Description
Determines how the command is connected to the connection object.
The BindedBy property returns a value, determining how the command is connected to the connection object:
bbObject
if the Connection property is not nil;bbName
if the ConnectionName property is not empty.