RelationalStrings.UnsupportedOperatorForSqlExpression(Object, 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.
Unsupported operator '{nodeType}' specified for expression of type '{expressionType}'.
public static string UnsupportedOperatorForSqlExpression (object nodeType, object expressionType);
public static string UnsupportedOperatorForSqlExpression (object? nodeType, object? expressionType);
static member UnsupportedOperatorForSqlExpression : obj * obj -> string
Public Shared Function UnsupportedOperatorForSqlExpression (nodeType As Object, expressionType As Object) As String
Parameters
- nodeType
- Object
- expressionType
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework