Condividi tramite


CoreStrings.MultipleNavigationsSameFk Metodo

Definizione

Overload

MultipleNavigationsSameFk(Object, Object)

Esistono più spostamenti nel tipo di entità '{entityType}' che puntano allo stesso set di proprietà usando un attributo [ForeignKey]: '{propertyList}'

MultipleNavigationsSameFk(Object, Object, Object)

Esistono più spostamenti nel tipo di entità '{entityType}' che puntano allo stesso set di proprietà '{properties}' usando un attributo [ForeignKey]: {navigations}.

MultipleNavigationsSameFk(Object, Object)

Esistono più spostamenti nel tipo di entità '{entityType}' che puntano allo stesso set di proprietà usando un attributo [ForeignKey]: '{propertyList}'

public static string MultipleNavigationsSameFk (object entityType, object propertyList);
static member MultipleNavigationsSameFk : obj * obj -> string
Public Shared Function MultipleNavigationsSameFk (entityType As Object, propertyList As Object) As String

Parametri

entityType
Object
propertyList
Object

Restituisce

Si applica a

MultipleNavigationsSameFk(Object, Object, Object)

Esistono più spostamenti nel tipo di entità '{entityType}' che puntano allo stesso set di proprietà '{properties}' usando un attributo [ForeignKey]: {navigations}.

public static string MultipleNavigationsSameFk (object? entityType, object? properties, object? navigations);
static member MultipleNavigationsSameFk : obj * obj * obj -> string
Public Shared Function MultipleNavigationsSameFk (entityType As Object, properties As Object, navigations As Object) As String

Parametri

entityType
Object
properties
Object
navigations
Object

Restituisce

Si applica a