SqlServerEntityTypeAnnotations Constructors

Definition

Overloads

SqlServerEntityTypeAnnotations(IEntityType)

Constructs an instance for annotations of the given IEntityType.

SqlServerEntityTypeAnnotations(RelationalAnnotations)

Constructs an instance for annotations of the IEntityType represented by the given annotation helper.

SqlServerEntityTypeAnnotations(IEntityType)

Constructs an instance for annotations of the given IEntityType.

public SqlServerEntityTypeAnnotations (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations
Public Sub New (entityType As IEntityType)

Parameters

entityType
IEntityType

The IEntityType to use.

Applies to

SqlServerEntityTypeAnnotations(RelationalAnnotations)

Constructs an instance for annotations of the IEntityType represented by the given annotation helper.

public SqlServerEntityTypeAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerEntityTypeAnnotations
Public Sub New (annotations As RelationalAnnotations)

Parameters

annotations
RelationalAnnotations

The RelationalAnnotations helper representing the IEntityType to annotate.

Applies to