Exemplo n.º 1
0
 /// <summary>
 /// 读取下个结果集比如批处理返回多个结果集
 /// </summary>
 /// <returns></returns>
 /// <exception cref="NotImplementedException"></exception>
 public override bool NextResult()
 {
     return(_streamDataReader.NextResult());
 }