CoreStrings.EFMethodWithNonEvaluatableArgument(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The '{methodName}' method may only be used with an argument that can be evaluated client-side and does not contain any reference to database-side entities.
public static string EFMethodWithNonEvaluatableArgument(object? methodName);
static member EFMethodWithNonEvaluatableArgument : obj -> string
Public Shared Function EFMethodWithNonEvaluatableArgument (methodName As Object) As String
Parameters
- methodName
- Object