NextResult Method
See Also 
SourceCode.SmartObjects.Client Namespace > SmartObjectReader Class : NextResult Method



Glossary Item Box

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
Visual Basic (Usage)Copy Code
Dim instance As SmartObjectReader
Dim value As Boolean
 
value = instance.NextResult()
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