CoreStrings.MultipleNavigationsSameFk Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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