Advances the reader to the next result when reading the results of a batch of statements.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides Function NextResult() As Boolean
|
C# | |
---|
public override bool NextResult()
|
C++/CLI | |
---|
public:
bool NextResult(); override
|
Return Value
true if there are more result sets; otherwise false.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also