FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter.GeneratorName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GeneratorName: String read FGeneratorName write FGeneratorName;

C++

__property System::UnicodeString GeneratorName = {read=FGeneratorName, write=FGeneratorName};

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 name of a sequence or generator for auto-incremental fields in a data writing operation.

Set the GeneratorName property to a name of a sequence or generator and the auto-incremental fields are automatically filled to the sequence or generator value.

See Also