CoreStrings.ClientProjectionCapturingConstantInMethodArgument 方法

定义

客户端投影包含对“{constantType}”常量表达式的引用,该常量表达式作为参数传递给方法“{methodName}”。 这可能会导致内存泄漏;请考虑将此常量分配给局部变量,并在查询中改用 变量。 有关更多信息和示例,请参阅 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

返回

适用于