Condividi tramite


CoreStrings.ClientProjectionCapturingConstantInMethodArgument Metodo

Definizione

La proiezione client contiene un riferimento a un'espressione costante '{constantType}' che viene passata come argomento al metodo '{methodName}'. Ciò potrebbe causare una perdita di memoria; è consigliabile assegnare questa costante a una variabile locale e usare invece la variabile nella query. Per altre informazioni ed esempi, vedere 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

Parametri

constantType
Object
methodName
Object

Restituisce

Si applica a