AnnotatableBuilder<TMetadata,TModelBuilder>.IConventionAnnotatableBuilder.CanSetAnnotation 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í.
Devuelve un valor que indica si se puede establecer una anotación con el nombre y el valor especificados desde este origen de configuración.
[System.Diagnostics.DebuggerStepThrough]
bool IConventionAnnotatableBuilder.CanSetAnnotation (string name, object value, bool fromDataAnnotation);
[System.Diagnostics.DebuggerStepThrough]
bool IConventionAnnotatableBuilder.CanSetAnnotation (string name, object? value, bool fromDataAnnotation);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder.CanSetAnnotation : string * obj * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionAnnotatableBuilder.CanSetAnnotation : string * obj * bool -> bool
Function CanSetAnnotation (name As String, value As Object, fromDataAnnotation As Boolean) As Boolean Implements IConventionAnnotatableBuilder.CanSetAnnotation
Parámetros
- name
- String
Nombre de la anotación que se va a agregar.
- value
- Object
Valor que se va a almacenar en la anotación.
- fromDataAnnotation
- Boolean
Indica si la configuración se especificó mediante una anotación de datos.
Devoluciones
true
si se puede establecer la anotación; de lo contrario, false
.
Implementaciones
- Atributos