Поделиться через


CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Метод

Определение

Перегрузки

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Включение не поддерживается для сущностей с определяющим запросом. Тип сущности: "{entityType}"

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Устаревшие..

Операция Include с аргументом "{expression}" не поддерживается для типа сущности "{entityType}", так как она содержит определяющий запрос.

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Включение не поддерживается для сущностей с определяющим запросом. Тип сущности: "{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 является нерекомендуемым.

Операция Include с аргументом "{expression}" не поддерживается для типа сущности "{entityType}", так как она содержит определяющий запрос.

[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

Возвращаемое значение

Атрибуты

Применяется к