limit abstract method
Creates and returns a LIMIT clause query component with the given
limit and offset.
Implementation
@override
AsyncLimit limit(ExpressionInterface limit, {ExpressionInterface? offset});
Creates and returns a LIMIT clause query component with the given
limit and offset.
@override
AsyncLimit limit(ExpressionInterface limit, {ExpressionInterface? offset});