NDbDataReader Class Members
In This Topic
The following tables list the members exposed by NDbDataReader.
Public Properties
| Name | Description |
| FieldCount | Gets the count of fields in each row. |
Top
Public Methods
| Name | Description |
| Close | Closes the reader. |
| Dispose | Overloaded. Releases all resources used by the current instance of the NDbrader class. |
| GetFieldName | Gets the field name at the specified index. |
| GetFieldType | Gets the field type at the specified index. |
| GetRowValue | Gets the current row value at the specified index. |
| Read | Advances the reader to the next record in the result set. |
Top
See Also