Condividi tramite


MutablePropertyExtensions.FindPrincipals(IMutableProperty) Metodo

Definizione

Attenzione

Use IMutableProperty.GetPrincipals

Trova l'elenco delle proprietà dell'entità, inclusa la proprietà specificata che la proprietà specificata è vincolata da se la proprietà specificata fa parte di una chiave esterna.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> FindPrincipals (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
[System.Obsolete("Use IMutableProperty.GetPrincipals")]
public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> FindPrincipals (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
static member FindPrincipals : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
[<System.Obsolete("Use IMutableProperty.GetPrincipals")>]
static member FindPrincipals : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
<Extension()>
Public Function FindPrincipals (property As IMutableProperty) As IReadOnlyList(Of IMutableProperty)

Parametri

property
IMutableProperty

Proprietà di chiave esterna.

Restituisce

Elenco di tutte le proprietà dell'entità associate, inclusa la proprietà specificata.

Attributi

Si applica a