Share via


RelationalStrings.TpcTableSharing(Object, Object, Object) Method

Definition

The entity type '{dependentType}' is mapped to '{storeObject}'. However the principal entity type '{principalEntityType}' is also mapped to '{storeObject}' and it's using the TPC mapping strategy. Entity types in a TPC hierarchy can use table-sharing only if they have no derived types.

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

Parameters

dependentType
Object
storeObject
Object
principalEntityType
Object

Returns

Applies to