DomainObjects Class Library

ScalarQuery.Top Property

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

public UInt32 Top {get; set;}

Property Value

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

Implements

IQuery.

See Also

ScalarQuery Class | DomainObjects.Facade.Command Namespace