FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter.CreateTableParts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CreateTableParts: TFDPhysCreateTableParts read FCreateTableParts  write FCreateTableParts default [tpTable .. tpIndexes];

C++

__property Firedac::Phys::Intf::TFDPhysCreateTableParts CreateTableParts = {read=FCreateTableParts, write=FCreateTableParts, default=31};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
FireDAC.Comp.BatchMove.SQL TFDBatchMoveSQLWriter

Description

Specifies the table definitions and the objects to be created.

CreateTableParts specifies the table definition parts and the database objects that will be created.

See Also