Esempio n. 1
0
 /// <summary>
 /// Opens a stream to access the content of the partition.
 /// </summary>
 /// <returns>The new stream</returns>
 public override SparseStream Open()
 {
     return(_table.Open(_record));
 }