Share via


RelationalStrings.TpcTableSharingDependent Método

Definição

O tipo de entidade '{dependentType}' é mapeado para '{storeObject}'. No entanto, um de seus tipos derivados '{derivedType}' é mapeado para '{otherStoreObject}'. Hierarquias que usam o compartilhamento de tabelas não podem ser mapeadas usando a estratégia de mapeamento de 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

Parâmetros

dependentType
Object
storeObject
Object
derivedType
Object
otherStoreObject
Object

Retornos

Aplica-se a