|
+
|
INTEGER BatchSize
|
Gets/Sets the BatchSize used when reading data from the Business
Entity. Batching is used for the EntityTable, not the view
tables!
|
|
+
|
Progress.Data.BindingSource BindingSource
|
Get/Set the BindingSource of the current Class. The BindingSource
can be set to any class derived from Progress.Data.BindingSource.
This Property is set internaly if the SmartDataAdapter is attached
to a Browser where a DesignTime BindingSource is attached or if
the developer calls RetrieveData ().
|
|
+
|
CHARACTER RecordPosition
|
Returns a Value of RecordPositionEnum representing the current condition.
The Property is read in the Method PositionChangedHandler () of a
Class implementing the Interface ISmartNavigationTarget.
Enforced by Interface ISmartNavigationTarget.
|