Condividi tramite


IMutableForeignKey.SetProperties Metodo

Definizione

Imposta le proprietà della chiave esterna e la chiave principale di destinazione.

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)

Parametri

properties
IReadOnlyList<IMutableProperty>

Proprietà di chiave esterna nell'entità dipendente.

principalKey
IMutableKey

Chiave primaria o alternativa di destinazione.

Si applica a