FStream() private method

private FStream ( ) : bool
return bool
Beispiel #1
0
 // Flush is a no-op if underlying SqlChars is not a stream on SqlChars
 public override void Flush()
 {
     if (_sqlchars.FStream())
     {
         _sqlchars.m_stream.Flush();
     }
 }