SequenceModel Clase
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í.
public class SequenceModel : Microsoft.EntityFrameworkCore.Infrastructure.Annotatable
type SequenceModel = class
inherit Annotatable
Public Class SequenceModel
Inherits Annotatable
- Herencia
Constructores
| SequenceModel() |
Propiedades
| Database | |
| DataType | |
| IncrementBy | |
| IsCyclic | |
| Item[String] |
Obtiene la anotación de valor con el nombre especificado y devuelve |
| Max | |
| Min | |
| Name | |
| SchemaName | |
| Start | |
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 |
| 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, 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) |
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. |