Compartir a través de


IMigrationsAnnotationProvider.For Método

Definición

Sobrecargas

For(ICheckConstraint)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado ICheckConstraint.

For(IEntityType)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado IEntityType.

For(IForeignKey)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado IForeignKey.

For(IIndex)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado IIndex.

For(IKey)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado IKey.

For(IModel)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado IModel.

For(IProperty)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado IProperty.

For(ISequence)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado ISequence.

For(ICheckConstraint)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado 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)

Parámetros

checkConstraint
ICheckConstraint

Restricción check.

Devoluciones

Las anotaciones.

Se aplica a

For(IEntityType)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado 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)

Parámetros

entityType
IEntityType

El tipo de entidad.

Devoluciones

Las anotaciones.

Se aplica a

For(IForeignKey)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado 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)

Parámetros

foreignKey
IForeignKey

Clave externa.

Devoluciones

Las anotaciones.

Se aplica a

For(IIndex)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado 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)

Parámetros

index
IIndex

Índice.

Devoluciones

Las anotaciones.

Se aplica a

For(IKey)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado 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)

Parámetros

key
IKey

Clave.

Devoluciones

Las anotaciones.

Se aplica a

For(IModel)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado 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)

Parámetros

model
IModel

Modelo.

Devoluciones

Las anotaciones.

Se aplica a

For(IProperty)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado 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)

Parámetros

property
IProperty

Propiedad.

Devoluciones

Las anotaciones.

Se aplica a

For(ISequence)

Obtiene anotaciones de migraciones específicas del proveedor para el especificado 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)

Parámetros

sequence
ISequence

La secuencia.

Devoluciones

Las anotaciones.

Se aplica a