Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

aaDBRow object

  • Last UpdatedJul 22, 2024
  • 1 minute read

This section describes the aaDBRow object and the methods and properties that you can use with it.

Use objects of type aaDBRow to access (set or get) a single row from the memory dataset generated while an aaDBCommand object is running.

An instance of the aaDBRow object is returned by aaDBCommand.GetRow(). SetCurrentRow() also requires an instance of this type as an input parameter.

You can modify the aaDBRow object returned by GetRow() and feed it back to SetCurrentRow(), or you can construct a new aaDBRow object specifically for SetCurrentRow().

The aaDBRow object has two public members both of type ArrayList:

  • columnName

  • columnValue

    Note: You can use this type to update a row in the memory table by configuring only a subset of the columns.

The two arrays must have the same size.

Note: You must call Dispose() on each instance of aaDBRow.

Related Links
TitleResults for “How to create a CRG?”Also Available in