|
|
Moves to the next resultset in multiple row-returning SQL command.
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overrides Function NextResult As Boolean |
| C# |
|---|
public override bool NextResult() |
| Visual C++ |
|---|
public: virtual bool NextResult() override |
Return Value
True if the command was successful and a new resultset is available, False otherwise.Implements
IDataReader..::..NextResult()()()()
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Navisworks.Api.Data..::..DatabaseException | Database exception |