예제 #1
0
 /// <summary>
 /// Disposes of the data set closing all readers and streams in
 /// the pool. If a temporary data file is used then the file
 /// is also deleted if it's not being used by other processes.
 /// </summary>
 public override void Dispose()
 {
     Pool.Dispose();
     base.Dispose();
 }