CoreStrings.SeedDatumNavigationSensitive 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.
Impossibile aggiungere l'entità di inizializzazione per il tipo di entità '{entityType}' con il valore chiave '{keyValue}' perché ha il set di navigazione '{navigation}'. Per inizializzare le relazioni, aggiungere il seed dell'entità a '{relatedEntityType}' e specificare i valori di chiave esterna {foreignKeyProperties}.
public static string SeedDatumNavigationSensitive (object entityType, object keyValue, object navigation, object relatedEntityType, object foreignKeyProperties);
public static string SeedDatumNavigationSensitive (object? entityType, object? keyValue, object? navigation, object? relatedEntityType, object? foreignKeyProperties);
static member SeedDatumNavigationSensitive : obj * obj * obj * obj * obj -> string
Public Shared Function SeedDatumNavigationSensitive (entityType As Object, keyValue As Object, navigation As Object, relatedEntityType As Object, foreignKeyProperties As Object) As String
Parametri
- entityType
- Object
- keyValue
- Object
- navigation
- Object
- relatedEntityType
- Object
- foreignKeyProperties
- Object