Sql.Net Class Library Documentation

SelectQuery.Top Property

Gets or sets the result-set row count limitation

public int Top {get; set;}

Remarks

When Top is less then zero, no limitation will apply on the result-set. To limit the number of rows returned by this query set Top to a positive integer or zero

See Also

SelectQuery Class | Reeb.SqlOM Namespace