Compartir a través de


AnnotatableBuilder<TMetadata,TModelBuilder>.IConventionAnnotatableBuilder.CanSetAnnotation Método

Definición

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

Se aplica a