RelationalPropertyAnnotations Constructores
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
RelationalPropertyAnnotations(IProperty) |
Construye una instancia de para las anotaciones del objeto especificado IProperty. |
RelationalPropertyAnnotations(RelationalAnnotations) |
Construye una instancia de para las anotaciones del IProperty representado por el asistente de anotación especificado. |
RelationalPropertyAnnotations(IProperty, RelationalFullAnnotationNames) | |
RelationalPropertyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames) |
RelationalPropertyAnnotations(IProperty)
Construye una instancia de para las anotaciones del objeto especificado IProperty.
public RelationalPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Public Sub New (property As IProperty)
Parámetros
Se aplica a
RelationalPropertyAnnotations(RelationalAnnotations)
Construye una instancia de para las anotaciones del IProperty representado por el asistente de anotación especificado.
protected RelationalPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Parámetros
- annotations
- RelationalAnnotations
Asistente RelationalAnnotations que representa el objeto que IProperty se va a anotar.
Se aplica a
RelationalPropertyAnnotations(IProperty, RelationalFullAnnotationNames)
public RelationalPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Public Sub New (property As IProperty, providerFullAnnotationNames As RelationalFullAnnotationNames)
Parámetros
- property
- IProperty
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames
Se aplica a
RelationalPropertyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)
protected RelationalPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)
Parámetros
- annotations
- RelationalAnnotations
- providerFullAnnotationNames
- Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames