RelationalStrings.TpcTableSharingDependent 方法

定义

实体类型“{dependentType}”映射到“{storeObject}”。 但是,它的一个派生类型“{derivedType}”映射到“{otherStoreObject}”。 无法使用 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

参数

dependentType
Object
storeObject
Object
derivedType
Object
otherStoreObject
Object

返回

适用于