Aracılığıyla paylaş


IMutableForeignKey.SetProperties Yöntem

Tanım

Yabancı anahtar özelliklerini ve bu hedef asıl anahtarı ayarlar.

public void SetProperties (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> properties, Microsoft.EntityFrameworkCore.Metadata.IMutableKey principalKey);
abstract member SetProperties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> * Microsoft.EntityFrameworkCore.Metadata.IMutableKey -> unit
Public Sub SetProperties (properties As IReadOnlyList(Of IMutableProperty), principalKey As IMutableKey)

Parametreler

properties
IReadOnlyList<IMutableProperty>

Bağımlı varlıktaki yabancı anahtar özellikleri.

principalKey
IMutableKey

Hedef için birincil veya alternatif anahtar.

Şunlara uygulanır