Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • GeneratorAttribute Members

    Specifies how an auto-incremented primary key generates its values.

    Constructors

    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.

    Properties

    Name
    GeneratorType
    SequenceName

    Methods

    Name Description
    CreateGenerator
    Equals(TObject) Inherited from TObject.
    GetHashCode Inherited from TObject.
    ToString Inherited from TObject.
    See Also