DomainObjects Class Library

Query.Top Property

Gets or sets the maximum number of rows that will be returned from the query result set.

public UInt32 Top {get; set;}

Property Value

The maximum number of rows that will be returned from the query result set.

Implements

IQuery.

See Also

Query Class | DomainObjects.Facade.Command Namespace