RelationalStrings.MethodOnNonTphRootNotSupported(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不支持在 DbSet 上使用“{methodName}”的“{entityType}”,因为“{entityType}”是层次结构的一部分,不包含鉴别器属性。
public static string MethodOnNonTphRootNotSupported (object? methodName, object? entityType);
static member MethodOnNonTphRootNotSupported : obj * obj -> string
Public Shared Function MethodOnNonTphRootNotSupported (methodName As Object, entityType As Object) As String
参数
- methodName
- Object
- entityType
- Object