Condividi tramite


IMigrationsAnnotationProvider.For Metodo

Definizione

Overload

For(ICheckConstraint)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato ICheckConstraint.

For(IEntityType)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IEntityType.

For(IForeignKey)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IForeignKey.

For(IIndex)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IIndex.

For(IKey)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IKey.

For(IModel)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IModel.

For(IProperty)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IProperty.

For(ISequence)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato ISequence.

For(ICheckConstraint)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato ICheckConstraint.

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)

Parametri

checkConstraint
ICheckConstraint

Vincolo CHECK.

Restituisce

Annotazioni.

Si applica a

For(IEntityType)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IEntityType.

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)

Parametri

entityType
IEntityType

Tipo di entità.

Restituisce

Annotazioni.

Si applica a

For(IForeignKey)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IForeignKey.

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)

Parametri

foreignKey
IForeignKey

Chiave esterna.

Restituisce

Annotazioni.

Si applica a

For(IIndex)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IIndex.

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)

Parametri

index
IIndex

Indice.

Restituisce

Annotazioni.

Si applica a

For(IKey)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IKey.

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)

Parametri

key
IKey

Chiave.

Restituisce

Annotazioni.

Si applica a

For(IModel)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IModel.

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)

Parametri

model
IModel

Modello.

Restituisce

Annotazioni.

Si applica a

For(IProperty)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato IProperty.

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)

Parametri

property
IProperty

Proprietà.

Restituisce

Annotazioni.

Si applica a

For(ISequence)

Ottiene le annotazioni delle migrazioni specifiche del provider per l'oggetto specificato ISequence.

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)

Parametri

sequence
ISequence

Sequenza.

Restituisce

Annotazioni.

Si applica a