Udostępnij za pośrednictwem


RelationalIndexAnnotations Konstruktory

Definicja

Przeciążenia

RelationalIndexAnnotations(IIndex)

Tworzy wystąpienie adnotacji danego IIndexelementu .

RelationalIndexAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji IIndex reprezentowanych przez danego pomocnika adnotacji.

RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)
RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

RelationalIndexAnnotations(IIndex)

Tworzy wystąpienie adnotacji danego IIndexelementu .

public RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Public Sub New (index As IIndex)

Parametry

index
IIndex

Do IIndex użycia.

Dotyczy

RelationalIndexAnnotations(RelationalAnnotations)

Tworzy wystąpienie adnotacji IIndex reprezentowanych przez danego pomocnika adnotacji.

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

Parametry

annotations
RelationalAnnotations

Pomocnik RelationalAnnotations reprezentujący IIndex element do adnotacji.

Dotyczy

RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)

public RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Public Sub New (index As IIndex, providerFullAnnotationNames As RelationalFullAnnotationNames)

Parametry

index
IIndex
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

Dotyczy

RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

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

Parametry

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

Dotyczy