SelectExpression.SetLimit(SqlExpression) 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.
Sets a new limit of the SelectExpression to limit the number of rows returned in the result set.
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public void SetLimit(Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression sqlExpression);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.SetLimit : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression -> unit
Public Sub SetLimit (sqlExpression As SqlExpression)
Parameters
- sqlExpression
- SqlExpression
An expression representing limit row count.
- Attributes