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