Azavea.Open.DAO.Memory.MemoryDataReader.NextResult C# (CSharp) Method

NextResult() public method

Advances the data reader to the next result, when reading the results of batch SQL statements.
public NextResult ( ) : bool
return bool
        public override bool NextResult()
        {
            throw new NotImplementedException("Not needed at this time.");
        }