RelationalStrings.DbFunctionExpressionIsNotMethodCall(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 provided DbFunction expression '{expression}' is invalid. The expression must be a lambda expression containing a single method call to the target static method. Default values can be provided as arguments if required, e.g. '() => SomeClass.SomeMethod(null, 0)'
public static string DbFunctionExpressionIsNotMethodCall (object expression);
public static string DbFunctionExpressionIsNotMethodCall (object? expression);
static member DbFunctionExpressionIsNotMethodCall : obj -> string
Public Shared Function DbFunctionExpressionIsNotMethodCall (expression As Object) As String
Parameters
- expression
- Object
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework