FireDAC.Stan.Option.TFDUpdateOptions.GeneratorName
Delphi
property GeneratorName: String read GetGeneratorName write SetGeneratorName
C++
__property System::UnicodeString GeneratorName = {read=GetGeneratorName, write=SetGeneratorName, stored=IsGNS};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDUpdateOptions |
Description
Specifies the generator name from which to fetch the next value for auto-incremental fields.
Use the GeneratorName property to specify the name of the generator from which the next value will be fetched and assigned to the auto-incremental fields. For details, see the description of the FetchGeneratorsPoint property.