FStream() private méthode

private FStream ( ) : bool
Résultat bool
Exemple #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();
     }
 }
Exemple #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();
     }
 }