Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • Create(string,TdxDiscriminatorType,Integer) Constructor

    Initializes a new instance of the DiscriminatorColumnAttribute class with specified settings.

    Declaration

    constructor Create(const AColumnName: string; ADiscriminatorType: TdxDiscriminatorType = TdxDiscriminatorType.Integer; ASize: Integer = 0); overload;

    Parameters

    Name Type
    AColumnName string
    ADiscriminatorType TdxDiscriminatorType
    ASize Integer
    See Also