CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported 方法

定义

重载

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

返回

属性

适用于