fcSDK Documentation
MaximumRowsExceeded Event

This event is fired when the MaximumRows property is set and a Query operation has returned too many rows.
Syntax
'Declaration
 
Public Event MaximumRowsExceeded As MaximumRowsExceededEventHandler
public event MaximumRowsExceededEventHandler MaximumRowsExceeded
Event Data

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.

PropertyDescription
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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

FCGeneric Class
FCGeneric Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.