Gets a collection of rows from the Table. An overload is available to specify an array of
ObjectIDs of rows to return.
Overload List
Name | Description | |
---|---|---|
GetRows()()() |
Returns a collection of all rows in the Table.
| |
GetRows(array<Int32>[]()[]) |
Returns a collection of rows from the Table, given an array of unique column ID's.
|