The .NET event published when record batching is enabled (that is, the BindingSource object’s Batching property is TRUE) and some user action in the bound .NET control reaches the last row of the current result set. Use this event to retrieve the next batch of records.
Return type:
Access:
Applies to:
Delegate:
EventHandlerName
(INPUT sender AS CLASS System.Object,INPUT args AS CLASS Progress.Data.OffEndEventArgs).Object reference to the BindingSource object instance that published the event.Object reference to an OffEndEventArgs object instance containing arguments for the event.
Set the RowsAdded property for the OffEndEventArgs object to the number of records added to the result set (that is, the number of records retrieved in the most recent batch).Once you have retrieved all of the records, set the Batching property to FALSE.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |