Sdílet prostřednictvím


CollectionOwnershipBuilder.HasForeignKeyAnnotation(String, Object) Metoda

Definice

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

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder HasForeignKeyAnnotation (string annotation, object value);
abstract member HasForeignKeyAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder
override this.HasForeignKeyAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.CollectionOwnershipBuilder
Public Overridable Function HasForeignKeyAnnotation (annotation As String, value As Object) As CollectionOwnershipBuilder

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