CoreStrings.ClientProjectionCapturingConstantInTree(Object) 方法

定义

客户端投影包含对“{constantType}”常量表达式的引用。 这可能会导致内存泄漏;请考虑将此常量分配给局部变量,并在查询中改用 变量。 有关更多信息和示例,请参阅 https://go.microsoft.com/fwlink/?linkid=2103067

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

参数

constantType
Object

返回

适用于