Condividi tramite


RelationalStrings.TpcTableSharing(Object, Object, Object) Metodo

Definizione

Il tipo di entità '{dependentType}' è mappato a '{storeObject}'. Tuttavia, anche il tipo di entità principale '{principalEntityType}' viene mappato a '{storeObject}' e usa la strategia di mapping TPC. I tipi di entità in una gerarchia TPC possono usare la condivisione di tabelle solo se non hanno tipi derivati.

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

Parametri

dependentType
Object
storeObject
Object
principalEntityType
Object

Restituisce

Si applica a