Description
ActiveDataRow is the class that provides functionality for using rows in an
ActiveData object. This class is an internal constructor.
Inheritance
ActiveDataRow does not derive from any class, and no classes derive from it.
Syntax
'Declaration
Public Class ActiveDataRow
Properties
Name
|
Description
|
Count
|
The number of columns in an
ActiveData row.
|
ExternalRowNumber
|
Gets the number of the row of the current object in the set of loaded rows.
|
RowNumber
|
Gets the number of the row of the current object in the
ActiveData file.
|
Methods
Name
|
Description
|
Dispose
|
Cleans up the resources used by the row.
|
GetDouble
|
Gets the double value of a column.
|
GetLong
|
Gets the integer value of a column.
|
GetLongLong
|
Gets the long value of a column.
|
GetString
|
Gets the string of a column.
|
SetDouble
|
Sets the double value of a column.
|
SetLong
|
Sets the integer value of a column.
|
SetLongLong
|
Sets the long value of a column.
|
SetString
|
Sets the string value of a column.
|