ScaffoldingModelExtensions.GetFluentApiCalls Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetFluentApiCalls(IEntityType, IAnnotationCodeGenerator) |
Obtiene las llamadas API fluidas para configurar un tipo de entidad. |
GetFluentApiCalls(IIndex, IAnnotationCodeGenerator) |
Obtiene las llamadas API fluidas para configurar un índice. |
GetFluentApiCalls(IKey, IAnnotationCodeGenerator) |
Obtiene las llamadas API fluidas para configurar una clave. |
GetFluentApiCalls(IModel, IAnnotationCodeGenerator) |
Obtiene las llamadas API fluidas para configurar un modelo. |
GetFluentApiCalls(IProperty, IAnnotationCodeGenerator) |
Obtiene las llamadas API fluidas para configurar una propiedad. |
GetFluentApiCalls(ISequence, IAnnotationCodeGenerator) |
Obtiene las llamadas API fluidas para configurar una secuencia. |
GetFluentApiCalls(IForeignKey, IAnnotationCodeGenerator, Boolean) |
Obtiene las llamadas API fluidas para configurar una clave externa. |
GetFluentApiCalls(IEntityType, IAnnotationCodeGenerator)
Obtiene las llamadas API fluidas para configurar un tipo de entidad.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (entityType As IEntityType, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parámetros
- entityType
- IEntityType
El tipo de entidad.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generador de código de anotación del proveedor.
Devoluciones
Las llamadas API fluidas.
Se aplica a
GetFluentApiCalls(IIndex, IAnnotationCodeGenerator)
Obtiene las llamadas API fluidas para configurar un índice.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (index As IIndex, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parámetros
- index
- IIndex
Índice.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generador de código de anotación del proveedor.
Devoluciones
Las llamadas API fluidas.
Se aplica a
GetFluentApiCalls(IKey, IAnnotationCodeGenerator)
Obtiene las llamadas API fluidas para configurar una clave.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (key As IKey, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parámetros
- key
- IKey
Clave.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generador de código de anotación del proveedor.
Devoluciones
Las llamadas API fluidas.
Se aplica a
GetFluentApiCalls(IModel, IAnnotationCodeGenerator)
Obtiene las llamadas API fluidas para configurar un modelo.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (model As IModel, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parámetros
- model
- IModel
Modelo.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generador de código de anotación del proveedor.
Devoluciones
Las llamadas API fluidas.
Se aplica a
GetFluentApiCalls(IProperty, IAnnotationCodeGenerator)
Obtiene las llamadas API fluidas para configurar una propiedad.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (property As IProperty, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parámetros
- property
- IProperty
Propiedad.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generador de código de anotación del proveedor.
Devoluciones
Las llamadas API fluidas.
Se aplica a
GetFluentApiCalls(ISequence, IAnnotationCodeGenerator)
Obtiene las llamadas API fluidas para configurar una secuencia.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (sequence As ISequence, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parámetros
- sequence
- ISequence
La secuencia.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generador de código de anotación del proveedor.
Devoluciones
Las llamadas API fluidas.
Se aplica a
GetFluentApiCalls(IForeignKey, IAnnotationCodeGenerator, Boolean)
Obtiene las llamadas API fluidas para configurar una clave externa.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator, bool useStrings = false);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator * bool -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (foreignKey As IForeignKey, annotationCodeGenerator As IAnnotationCodeGenerator, Optional useStrings As Boolean = false) As FluentApiCodeFragment
Parámetros
- foreignKey
- IForeignKey
Clave externa.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generador de código de anotación del proveedor.
- useStrings
- Boolean
Valor que indica cuándo usar sobrecargas de API fluidas de cadena en lugar de las que toman una lambda de descriptor de acceso de propiedad.
Devoluciones
Las llamadas API fluidas.