FStream() private method

private FStream ( ) : bool
return bool
Exemplo n.º 1
0
 // Flush is a no-op for stream on SqlBytes, because they are all in memory
 public override void Flush()
 {
     if (m_sb.FStream())
     {
         m_sb.m_stream.Flush();
     }
 }
Exemplo n.º 2
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();
     }
 }