Share via


RelationalKeyAnnotations Constructors

Definition

Overloads

RelationalKeyAnnotations(IKey)

Constructs an instance for annotations of the given IKey.

RelationalKeyAnnotations(RelationalAnnotations)

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

RelationalKeyAnnotations(IKey, RelationalFullAnnotationNames)
RelationalKeyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

RelationalKeyAnnotations(IKey)

Constructs an instance for annotations of the given IKey.

public RelationalKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Public Sub New (key As IKey)

Parameters

key
IKey

The IKey to use.

Applies to

RelationalKeyAnnotations(RelationalAnnotations)

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

protected RelationalKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations)

Parameters

annotations
RelationalAnnotations

The RelationalAnnotations helper representing the IKey to annotate.

Applies to

RelationalKeyAnnotations(IKey, RelationalFullAnnotationNames)

public RelationalKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Public Sub New (key As IKey, providerFullAnnotationNames As RelationalFullAnnotationNames)

Parameters

key
IKey
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Applies to

RelationalKeyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

protected RelationalKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalKeyAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)

Parameters

annotations
RelationalAnnotations
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Applies to