The BatchDataObjects object specifies more than one DataWindow controls, DataStores, and child DataWindows to be used with the .NET DataStore Web API to perform data retrievals or updates.
It is used with the RESTClient object to perform retrieve/update operations for multiple DataWindows at one time. BatchDataObjects has no events.
ArrayBounds property |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
Contains information about the class definition of the object or control. |
ArrayBounds function |
Datatype returned |
Description |
---|---|---|
Integer |
Adds the DataWindow, DataWindowChild, or DataStore that need to retrieve data, so that these objects can retrieve data in one request. |
|
Integer |
Adds the DataWindow, DataWindowChild, or DataStore that need to update data, so that these objects can update data in one request. |
|
String |
Returns the class of the object. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
Integer |
Gets the total number of DataWindow/DataStore/DataWindowChild objects (including retrieve and update) in BatchDataObjects. |
|
Integer |
Gets the index of the DataWindow/DataStore/DataWindowChild object where error occurs. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
String |
Gets the additional string data in the response. |
|
Long |
Gets the SQLDBCode of the DataWindow/DataStore/DataWindowChild object where error occurs when executing the retrieve or update statement. |
|
String |
Gets the SQLErrText of the DataWindow/DataStore/DataWindowChild object where error occurs when executing the retrieve or update statement. |
|
Integer |
Resets the DataWindow/DataStore/DataWindowChild object to the initial state. |
|
Integer |
Sets the additional string data to be added to the request. |
|
Object |
Returns the type of the object. |