ColumnModel Clase

Definición

public class ColumnModel : Microsoft.EntityFrameworkCore.Infrastructure.Annotatable
type ColumnModel = class
    inherit Annotatable
Public Class ColumnModel
Inherits Annotatable
Herencia
ColumnModel

Constructores

ColumnModel()

Propiedades

ComputedValue
DataType
DefaultValue
DisplayName
IsNullable
Item[String]

Obtiene la anotación de valor con el nombre especificado y devuelve null si no existe.

(Heredado de Annotatable)
MaxLength
Name
Ordinal
Precision
PrimaryKeyOrdinal
Scale
Table
ValueGenerated

Métodos

AddAnnotation(String, Annotation)

Agrega una anotación a este objeto. Produce si ya existe una anotación con el nombre especificado.

(Heredado de Annotatable)
AddAnnotation(String, Object)

Agrega una anotación a este objeto. Produce si ya existe una anotación con el nombre especificado.

(Heredado de Annotatable)
CreateAnnotation(String, Object)

Crea una nueva anotación.

(Heredado de Annotatable)
EnsureMutable()

Produce si el modelo es de solo lectura.

(Heredado de Annotatable)
EnsureReadOnly()

Se produce si el modelo no es de solo lectura.

(Heredado de Annotatable)
FindAnnotation(String)

Obtiene la anotación con el nombre especificado y devuelve null si no existe.

(Heredado de Annotatable)
GetAnnotations()

Obtiene todas las anotaciones del objeto actual.

(Heredado de Annotatable)
GetOrAddAnnotation(String, Object)

Agrega una anotación a este objeto o devuelve la anotación existente si ya existe una con el nombre especificado.

(Heredado de Annotatable)
OnAnnotationSet(String, Annotation, Annotation)

Se llama cuando se estableció o quitó una anotación.

(Heredado de Annotatable)
RemoveAnnotation(String)

Quita la anotación especificada de este objeto.

(Heredado de Annotatable)
SetAnnotation(String, Annotation)

Establece la anotación almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado.

(Heredado de Annotatable)
SetAnnotation(String, Annotation, Annotation)

Establece la anotación almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado.

(Heredado de Annotatable)
SetAnnotation(String, Object)

Establece la anotación almacenada en la clave especificada. Sobrescribe la anotación existente si ya existe una anotación con el nombre especificado.

(Heredado de Annotatable)

Implementaciones de interfaz explícitas

IAnnotatable.FindAnnotation(String)

Obtiene la anotación con el nombre especificado, devolviendo null si no existe.

(Heredado de Annotatable)
IAnnotatable.GetAnnotations()

Obtiene todas las anotaciones del objeto actual.

(Heredado de Annotatable)

Métodos de extensión

GetAnnotation(IAnnotatable, String)

Obtiene la anotación con el nombre especificado, iniciando si no existe.

AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>)

Agrega anotaciones a un objeto .

GetOrAddAnnotation(IMutableAnnotatable, String, String)

Obtiene la anotación existente con una clave determinada o agrega una nueva anotación si no existe.

Se aplica a