ISqlServerEntityTypeAnnotations Interface

Definition

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

public interface ISqlServerEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations
type ISqlServerEntityTypeAnnotations = interface
    interface IRelationalEntityTypeAnnotations
Public Interface ISqlServerEntityTypeAnnotations
Implements IRelationalEntityTypeAnnotations
Derived
Implements

Properties

DiscriminatorProperty

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

(Inherited from IRelationalEntityTypeAnnotations)
DiscriminatorValue

The discriminator value to use.

(Inherited from IRelationalEntityTypeAnnotations)
IsMemoryOptimized

Indicates whether or not the type is mapped to a memory-optimized table.

Schema

The database schema that contains the mapped table.

(Inherited from IRelationalEntityTypeAnnotations)
TableName

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

(Inherited from IRelationalEntityTypeAnnotations)

Applies to