FireDAC.Comp.Client.TFDTable.CreateTable
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDTable |
Delphi
procedure CreateTable(ARecreate: Boolean = True;
AParts: TFDPhysCreateTableParts = [tpTable .. tpIndexes]);
C++
void __fastcall CreateTable(bool ARecreate = true, Firedac::Phys::Intf::TFDPhysCreateTableParts AParts = (Firedac::Phys::Intf::TFDPhysCreateTableParts() << Firedac::Phys::Intf::TFDPhysCreateTablePart::tpTable << Firedac::Phys::Intf::TFDPhysCreateTablePart::tpGenerators << Firedac::Phys::Intf::TFDPhysCreateTablePart::tpTriggers << Firedac::Phys::Intf::TFDPhysCreateTablePart::tpPrimaryKey << Firedac::Phys::Intf::TFDPhysCreateTablePart::tpIndexes ));
Description
Embarcadero Technologies does not currently have any additional information.