RelationalStrings.TpcTableSharing(Object, Object, Object) 方法

定义

实体类型“{dependentType}”映射到“{storeObject}”。 但是,主体实体类型“{principalEntityType}”也映射到“{storeObject}”,并且它使用的是 TPC 映射策略。 仅当 TPC 层次结构中的实体类型没有派生类型时,才能使用表共享。

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

参数

dependentType
Object
storeObject
Object
principalEntityType
Object

返回

适用于