CoreStrings.NonDefiningOwnership(Object, Object, Object) 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.
Attenzione
Questa API è ora deprecata.
Il tipo di entità '{2_entityType}' di proprietà di '{0_ownershipNavigation}' deve usare la definizione dello spostamento '{1_definingNavigation}' per .
public static string NonDefiningOwnership (object ownershipNavigation, object definingNavigation, object entityType);
[System.Obsolete]
public static string NonDefiningOwnership (object? ownershipNavigation, object? definingNavigation, object? entityType);
static member NonDefiningOwnership : obj * obj * obj -> string
[<System.Obsolete>]
static member NonDefiningOwnership : obj * obj * obj -> string
Public Shared Function NonDefiningOwnership (ownershipNavigation As Object, definingNavigation As Object, entityType As Object) As String
Parametri
- ownershipNavigation
- Object
- definingNavigation
- Object
- entityType
- Object
Restituisce
- Attributi
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.