Batching property

(Windows only; GUI for .NET only)

Indicates whether record batching is enabled for the BindingSource object. Set to TRUE to enable record batching. Set to FALSE to disable record batching. The default value is FALSE.

You can use this property when the BindingSource object is bound to a query. If bound to a ProDataSet object, this property applies only to the top-level table displayed in the .NET control.

Data type: LOGICAL

Access: PUBLIC Readable/Writeable

Applies to: Progress.Data.BindingSource class

When record batching is enabled and some user action in the bound .NET control retrieves the last record the current result set, the BindingSource object triggers an OffEnd event. You can use this event to retrieve the next batch of records.

See also

OffEnd event (.NET), RowsAdded property