CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IncludeOnEntityWithDefiningQueryNotSupported(Object) |
Include は、クエリを定義するエンティティではサポートされていません。 エンティティの種類: '{entityType}' |
IncludeOnEntityWithDefiningQueryNotSupported(Object, Object) |
古い.
引数 '{expression}' の 'Include' 操作は、定義クエリを持っているため、エンティティ型 '{entityType}' ではサポートされていません。 |
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 は非推奨になりました。
引数 '{expression}' の 'Include' 操作は、定義クエリを持っているため、エンティティ型 '{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
戻り値
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework