Name | Description | |
---|---|---|
Count | Number of columns contained in the row | |
Item | Overloaded. Gets a column by its index in the row | |
RowId | Unique row identifier |
The following tables list the members exposed by IVistaDBRow.
Name | Description | |
---|---|---|
Count | Number of columns contained in the row | |
Item | Overloaded. Gets a column by its index in the row | |
RowId | Unique row identifier |
Name | Description | |
---|---|---|
ClearModified | Clear modified flags for all columns in the row. | |
Compare | Compare with another key row column by column taking ascending/descending column information into account. | |
CompareKey | Compare with another key row including their RowId values if necessary. | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from System.Collections.IEnumerable) | |
InitBottom | Initialize the columns in the row to be the "bottom" of the sort order (latest, e.g. maximum values, except that descending columns of a key will be minimum data values as they sort later). RowId is set to uint.MaxValue | |
InitTop | Initialize the columns in the row top be the "top" of the sort order (earliest, e.g. minimum values, except that descending columns of a key will be maximum data values as they sort earlier). RowId is set to uint.MinValue |