次の方法で共有


CoreStrings.ClientProjectionCapturingConstantInMethodArgument メソッド

定義

クライアント プロジェクションには、メソッド '{methodName}' に引数として渡される '{constantType}' の定数式への参照が含まれています。 これにより、メモリ リークが発生する可能性があります。この定数をローカル変数に割り当て、代わりにクエリで変数を使用することを検討してください。 詳細と例については、https://go.microsoft.com/fwlink/?linkid=2103067 をご覧ください。

public static string ClientProjectionCapturingConstantInMethodArgument (object constantType, object methodName);
public static string ClientProjectionCapturingConstantInMethodArgument (object? constantType, object? methodName);
static member ClientProjectionCapturingConstantInMethodArgument : obj * obj -> string
Public Shared Function ClientProjectionCapturingConstantInMethodArgument (constantType As Object, methodName As Object) As String

パラメーター

constantType
Object
methodName
Object

戻り値

適用対象