Udostępnij za pośrednictwem


ReferenceOwnershipBuilder<TEntity,TRelatedEntity>.HasForeignKeyAnnotation Metoda

Definicja

Dodaje lub aktualizuje adnotację klucza obcego. Jeśli adnotacja z kluczem określonym w annotation już istnieje, zostanie zaktualizowana jego wartość.

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

Parametry

annotation
String

Klucz adnotacji do dodania lub zaktualizowania.

value
Object

Wartość, która ma być przechowywana w adnotacji.

Zwraca

To samo wystąpienie konstruktora, aby można było połączyć wiele wywołań konfiguracji.

Dotyczy