TableModel Clase

Definición

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

Constructores

TableModel()

Propiedades

Columns
Database
DisplayName
ForeignKeys
Indexes
Item[String]

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

(Heredado de Annotatable)
Name
SchemaName

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()

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 y devuelve 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