Share via


IMigrationsAnnotationProvider.For Methode

Definition

Überlädt

For(ICheckConstraint)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ICheckConstraintab.

For(IEntityType)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IEntityTypeab.

For(IForeignKey)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IForeignKeyab.

For(IIndex)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IIndexab.

For(IKey)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IKeyab.

For(IModel)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IModelab.

For(IProperty)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IPropertyab.

For(ISequence)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ISequenceab.

For(ICheckConstraint)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ICheckConstraintab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (checkConstraint As ICheckConstraint) As IEnumerable(Of IAnnotation)

Parameter

checkConstraint
ICheckConstraint

Die Check-Einschränkung.

Gibt zurück

Die Anmerkungen.

Gilt für:

For(IEntityType)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IEntityTypeab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (entityType As IEntityType) As IEnumerable(Of IAnnotation)

Parameter

entityType
IEntityType

Der Entitätstyp.

Gibt zurück

Die Anmerkungen.

Gilt für:

For(IForeignKey)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IForeignKeyab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (foreignKey As IForeignKey) As IEnumerable(Of IAnnotation)

Parameter

foreignKey
IForeignKey

Der Fremdschlüssel.

Gibt zurück

Die Anmerkungen.

Gilt für:

For(IIndex)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IIndexab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (index As IIndex) As IEnumerable(Of IAnnotation)

Parameter

index
IIndex

Der Index.

Gibt zurück

Die Anmerkungen.

Gilt für:

For(IKey)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IKeyab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IKey key);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IKey -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (key As IKey) As IEnumerable(Of IAnnotation)

Parameter

key
IKey

Der Schlüssel.

Gibt zurück

Die Anmerkungen.

Gilt für:

For(IModel)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IModelab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (model As IModel) As IEnumerable(Of IAnnotation)

Parameter

model
IModel

Das Modell.

Gibt zurück

Die Anmerkungen.

Gilt für:

For(IProperty)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene IPropertyab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (property As IProperty) As IEnumerable(Of IAnnotation)

Parameter

property
IProperty

Die Eigenschaft.

Gibt zurück

Die Anmerkungen.

Gilt für:

For(ISequence)

Ruft anbieterspezifische Migrationsanmerkungen für die angegebene ISequenceab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function For (sequence As ISequence) As IEnumerable(Of IAnnotation)

Parameter

sequence
ISequence

Die Sequenz.

Gibt zurück

Die Anmerkungen.

Gilt für: