次の方法で共有


CoreStrings.DefiningQueryWithKey(Object) メソッド

定義

エンティティ型 '{entityType}' は、主キーも定義しているため、定義クエリを作成するために 'ToQuery' を使用できません。 クエリの定義は、キーのないエンティティ型のバックにのみ使用できます。

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

パラメーター

entityType
Object

戻り値

適用対象