Example #1
0
 // Flush is a no-op for stream on SqlBytes, because they are all in memory
 public override void Flush()
 {
     if (_sb.FStream())
     {
         _sb._stream !.Flush();
     }
 }