'Declaration
Public Event MaximumRowsExceeded As MaximumRowsExceededEventHandler
public event MaximumRowsExceededEventHandler MaximumRowsExceeded
The event handler receives an argument of type MaximumRowsExceededEventArgs containing data related to this event. The following MaximumRowsExceededEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CancelQuery | When set to true the query will be canceled. |
RowsToReturn | This value will control the number of rows to be returned from a large query. |
TotalPossibleRows | Readonly count of rows to be returned by the large query that caused this event. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family