CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Entity Framework