GeneratorAttribute Constructors
Specifies how an auto-incremented primary key generates its values.| Name | Description |
|---|---|
| Create(TdxGeneratorType,string) | Initializes a new instance of the GeneratorAttribute class with specified settings. |
| Create(TdxGeneratorType) | Initializes a new instance of the GeneratorAttribute class with specified settings. |
See Also