Dela via


RelationalStrings.TpcTableSharingDependent Method

Definition

The entity type '{dependentType}' is mapped to '{storeObject}'. However one of its derived types '{derivedType}' is mapped to '{otherStoreObject}'. Hierarchies using table-sharing cannot be mapped using the TPC mapping strategy.

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

Parameters

dependentType
Object
storeObject
Object
derivedType
Object
otherStoreObject
Object

Returns

Applies to