IRelationalEntityTypeAnnotations Interface

Definition

Properties for relational-specific annotations accessed through Relational(IEntityType).

public interface IRelationalEntityTypeAnnotations
type IRelationalEntityTypeAnnotations = interface
Public Interface IRelationalEntityTypeAnnotations
Derived

Properties

DiscriminatorProperty

The IProperty that will be used for storing a discriminator value.

DiscriminatorValue

The discriminator value to use.

Schema

The database schema that contains the mapped table.

TableName

The name of the table to which the entity type is mapped..

Applies to