共用方式為


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

傳回

適用於