Sdílet prostřednictvím


IMutableForeignKey.SetProperties Metoda

Definice

Nastaví vlastnosti cizího klíče a tento cílový klíč objektu zabezpečení.

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)

Parametry

properties
IReadOnlyList<IMutableProperty>

Vlastnosti cizího klíče v závislé entitě.

principalKey
IMutableKey

Primární nebo alternativní klíč, na který chcete cílit.

Platí pro