TCreateGeneratorFunc Anonymous method
An anonymous function type that creates a TAbstractGenerator instance for a given SQL generator.
Remarks
Generator: The ISQLGenerator for the target database dialect, used by generators that need to execute SQL (such as sequence-based generators).
Syntax
Unit: Aurelius.Mapping.Metadata
TCreateGeneratorFunc = reference to function(Generator: ISQLGenerator): TAbstractGenerator;