Sdílet prostřednictvím


CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Metoda

Definice

Přetížení

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Zahrnutí se nepodporuje u entit s definováním dotazu. Typ entity: {entityType}

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)
Zastaralé.

Operace Include s argumentem {expression} není u typu entity {entityType} podporována, protože obsahuje definující dotaz.

IncludeOnEntityWithDefiningQueryNotSupported(Object)

Zahrnutí se nepodporuje u entit s definováním dotazu. Typ entity: {entityType}

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

Parametry

entityType
Object

Návraty

Platí pro

IncludeOnEntityWithDefiningQueryNotSupported(Object, Object)

Upozornění

Toto rozhraní API je teď zastaralé.

Operace Include s argumentem {expression} není u typu entity {entityType} podporována, protože obsahuje definující dotaz.

[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

Návraty

Atributy

Platí pro