Datasnap.DSCommonProxy.TDSMethodParametersEntity.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Table: TDBXTable; const OwnTable: Boolean); overload;
constructor Create(const OwnTable: Boolean); overload;

C++

__fastcall TDSMethodParametersEntity(Data::Dbxcommontable::TDBXTable* const Table, const bool OwnTable)/* overload */;
__fastcall TDSMethodParametersEntity(const bool OwnTable)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSCommonProxy.pas
Datasnap.DSCommonProxy.hpp
Datasnap.DSCommonProxy TDSMethodParametersEntity

Description

Creates a TDBXTableEntity instance.

Datasnap.DSCommonProxy.TDSMethodParametersEntity.Create inherits from Data.DBXCommonTable.TDBXTableEntity.Create. All content below this line refers to Data.DBXCommonTable.TDBXTableEntity.Create.

Creates a TDBXTableEntity instance.

The Create constructor creates an instance of the TDBXTableEntity class.

See Also