Condividi tramite


RelationalStrings.TpcTableSharingDependent Metodo

Definizione

Il tipo di entità '{dependentType}' è mappato a '{storeObject}'. Tuttavia, uno dei tipi derivati '{derivedType}' è mappato a '{otherStoreObject}'. Le gerarchie che usano la condivisione di tabelle non possono essere mappate usando la strategia di mapping TPC.

public static string TpcTableSharingDependent (object? dependentType, object? storeObject, object? derivedType, object? otherStoreObject);
static member TpcTableSharingDependent : obj * obj * obj * obj -> string
Public Shared Function TpcTableSharingDependent (dependentType As Object, storeObject As Object, derivedType As Object, otherStoreObject As Object) As String

Parametri

dependentType
Object
storeObject
Object
derivedType
Object
otherStoreObject
Object

Restituisce

Si applica a