FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter.GeneratorName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.BatchMove.SQL.pas FireDAC.Comp.BatchMove.SQL.hpp
| |
| Unit: FireDAC.Comp.BatchMove.SQL | |
| Parent: TFDBatchMoveSQLWriter | |
Delphi
property GeneratorName: String read FGeneratorName write FGeneratorName;
C++
__property System::UnicodeString GeneratorName = {read=FGeneratorName, write=FGeneratorName};
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.