BatchDataObjects object

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.

Properties

ArrayBounds property

Datatype

Description

ClassDefinition

PowerObject

Contains information about the class definition of the object or control.


Functions

ArrayBounds function

Datatype returned

Description

AddRetrieveObject

Integer

Adds the DataWindow, DataWindowChild, or DataStore that need to retrieve data, so that these objects can retrieve data in one request.

AddUpdateObject

Integer

Adds the DataWindow, DataWindowChild, or DataStore that need to update data, so that these objects can update data in one request.

ClassName

String

Returns the class of the object.

GetContextService

Integer

Creates a reference to a context-specific instance of the specified service.

GetCount

Integer

Gets the total number of DataWindow/DataStore/DataWindowChild objects (including retrieve and update) in BatchDataObjects.

GetErrorIndex

Integer

Gets the index of the DataWindow/DataStore/DataWindowChild object where error occurs.

GetParent

PowerObject

Returns a reference to the name of the parent object.

GetResponseAdditionalData

String

Gets the additional string data in the response.

GetSQLDBCode

Long

Gets the SQLDBCode of the DataWindow/DataStore/DataWindowChild object where error occurs when executing the retrieve or update statement.

GetSQLErrText

String

Gets the SQLErrText of the DataWindow/DataStore/DataWindowChild object where error occurs when executing the retrieve or update statement.

Reset

Integer

Resets the DataWindow/DataStore/DataWindowChild object to the initial state.

SetAdditionalData

Integer

Sets the additional string data to be added to the request.

TypeOf

Object

Returns the type of the object.