C1.AdoNet.GoogleAnalytics Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / NextResult Method

In This Topic
NextResult Method (C1DataReader)
In This Topic
Advances the reader to the next result when reading the results of a batch of statements.
Syntax
'Declaration
 
Public Overrides Function NextResult() As Boolean
 

Return Value

true if there are more result sets; otherwise false.
See Also