Sdílet prostřednictvím


OwnershipBuilder<TEntity,TDependentEntity>.HasAnnotation Metoda

Definice

Přidá nebo aktualizuje poznámku k cizímu klíči. Pokud anotaci s klíčem zadaným v annotation souboru již existuje, bude její hodnota aktualizována.

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

Parametry

annotation
String

Klíč poznámky, která se má přidat nebo aktualizovat.

value
Object

Hodnota, která má být uložena v poznámce.

Návraty

Stejná instance tvůrce, aby bylo možné zřetězených více volání konfigurace.

Platí pro