CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
IncludeOnEntityWithDefiningQueryNotSupported(Object) |
具有定义查询的实体不支持 Include。 实体类型:“{entityType}” |
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object) |
已过时.
实体类型“{entityType}”不支持参数为“{expression}”的“Include”操作,因为它具有定义查询。 |
IncludeOnEntityWithDefiningQueryNotSupported(Object)
具有定义查询的实体不支持 Include。 实体类型:“{entityType}”
public static string IncludeOnEntityWithDefiningQueryNotSupported (object entityType);
static member IncludeOnEntityWithDefiningQueryNotSupported : obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (entityType As Object) As String
参数
- entityType
- Object
返回
适用于
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
注意
现已弃用此 API。
实体类型“{entityType}”不支持参数为“{expression}”的“Include”操作,因为它具有定义查询。
[System.Obsolete]
public static string IncludeOnEntityWithDefiningQueryNotSupported (object expression, object entityType);
[System.Obsolete]
public static string IncludeOnEntityWithDefiningQueryNotSupported (object? expression, object? entityType);
[<System.Obsolete>]
static member IncludeOnEntityWithDefiningQueryNotSupported : obj * obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (expression As Object, entityType As Object) As String
参数
- expression
- Object
- entityType
- Object
返回
- 属性