Skip to main content

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