Udostępnij przez


CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Metoda

Definicja

Przeciążenia

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Funkcja Include nie jest obsługiwana w przypadku jednostek z definiowaniem zapytania. Typ jednostki: "{entityType}"

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Przestarzałe.

Operacja "Include" z argumentem "{expression}" nie jest obsługiwana w typie jednostki "{entityType}", ponieważ ma zapytanie definiujące.

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Funkcja Include nie jest obsługiwana w przypadku jednostek z definiowaniem zapytania. Typ jednostki: "{entityType}"

public static string IncludeOnEntityWithDefiningQueryNotSupported (object entityType);
static member IncludeOnEntityWithDefiningQueryNotSupported : obj -> string
Public Shared Function IncludeOnEntityWithDefiningQueryNotSupported (entityType As Object) As String

Parametry

entityType
Object

Zwraca

Dotyczy

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)

Przestroga

Ten interfejs API jest już przestarzały.

Operacja "Include" z argumentem "{expression}" nie jest obsługiwana w typie jednostki "{entityType}", ponieważ ma zapytanie definiujące.

[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

Parametry

expression
Object
entityType
Object

Zwraca

Atrybuty

Dotyczy