Show / Hide Table of Contents

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.

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.

Requirements

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

Reference

FCGeneric Class
FCGeneric Members

Back to top © 2022 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.