次の方法で共有


CoreStrings.IncludeOnEntityWithDefiningQueryNotSupported メソッド

定義

オーバーロード

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

戻り値

属性

適用対象