NextResult Method (C1KintoneDataReader)
In This Topic
Advances the reader to the next result when reading the results of a batch of statements.
Syntax
'Declaration
Public Overridable Function NextResult() As Boolean
public virtual bool NextResult()
Return Value
true if there are more result sets; otherwise false.
See Also