DiscriminatorAttribute Constructors
Specifies a discriminator column value that uniquely identifies rows that correspond to an entity class in the ancestor’s table.Name | Description |
---|---|
Create(Integer) | Initializes a new instance of the DiscriminatorAttribute class with specified settings. |
Create(string) | Initializes a new instance of the DiscriminatorAttribute class with specified settings. |
See Also