MaxExpression(Expression) Constructor
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.
Creates a new instance of MaxExpression.
public MaxExpression(System.Linq.Expressions.Expression expression);
new Microsoft.EntityFrameworkCore.Query.Expressions.MaxExpression : System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.Expressions.MaxExpression
Public Sub New (expression As Expression)
Parameters
- expression
- Expression
The expression.