[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.NextResult

NextResult Method

NextResult()

Advances the reader to the next result when reading the results of a batch of statements.

Declaration
public override bool NextResult()
Returns
Type Description
bool

true if there are more result sets; otherwise false.

Overrides