Methods
| Method | Description |
|---|---|
AddValue( column : string, value : object ) | Adds a value to a data set record. The name and value of the column must be specified. |
GetColumnName( index : int ) : string | Gets the name of a column. Since a column can have multiple names, IDataSetRecord can include the name item multiple times with different values. |
GetValue( index : int ) : object | Gets the value of a field. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| ColumnCount | int | Read-only | The number of fields in a record. |
