Name | Description | |
---|---|---|
ApplyFilter | Applies a filter string. See the System.Data.DataView.RowFilter property for details. | |
ApplySort | Applies a sort string. See the System.Data.DataView.Sort property for details. | |
BOF | Returns true if the cursor is pointing at the first record in the data source. | |
EOF | Returns true if the cursor is pointing past the last record in the data source. | |
GetBookmark | Returns the current cursor position. | |
GetFieldNames | Gets a string vector with the names of each field in the data source. | |
GetFieldTypes | Gets a vector with the types of each field in the data source. | |
GetFieldValue | Gets the value of the given field at the current cursor position. | |
MoveFirst | Moves the cursor to the first record in the data source. | |
MoveLast | Moves the cursor to the last record in the data source. | |
MoveNext | Moves the cursor to the next record in the data source. | |
MovePrevious | Moves the cursor to the previous record in the data source. | |
SetBookmark | Sets the current cursor position to supplied value. |