// 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(); } }
// 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(); } }