CoreStrings.ClientProjectionCapturingConstantInMethodInstance Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Clientprojektion enthält einen Verweis auf einen konstanten Ausdruck von '{constantType}' über die instance Methode '{methodName}'. Dies kann zu einem Speicherverlust führen. Erwägen Sie, die Methode statisch zu machen, damit sie keine Konstante im instance erfasst. Weitere Informationen und Beispiele finden Sie unter https://go.microsoft.com/fwlink/?linkid=2103067.
public static string ClientProjectionCapturingConstantInMethodInstance (object constantType, object methodName);
public static string ClientProjectionCapturingConstantInMethodInstance (object? constantType, object? methodName);
static member ClientProjectionCapturingConstantInMethodInstance : obj * obj -> string
Public Shared Function ClientProjectionCapturingConstantInMethodInstance (constantType As Object, methodName As Object) As String
Parameter
- constantType
- Object
- methodName
- Object
Gibt zurück
Gilt für:
Entity Framework