OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>.HasAnnotation Método

Definición

Agrega o actualiza una anotación en la función de base de datos. Si ya existe una anotación con la clave especificada en annotation , se actualizará su valor.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> HasAnnotation (string annotation, object? value);
override this.HasAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasAnnotation (annotation As String, value As Object) As OwnedNavigationTableValuedFunctionBuilder(Of TOwnerEntity, TDependentEntity)

Parámetros

annotation
String

Clave de la anotación que se va a agregar o actualizar.

value
Object

Valor que se va a almacenar en la anotación.

Devoluciones

La misma instancia del generador para que se puedan encadenar varias llamadas de configuración.

Se aplica a