Exemplo n.º 1
0
 public void Write(IEnumerable <T> records)
 {
     _writer.Writer      = this;
     _writer.TraceSwitch = TraceSwitch;
     _writer.WriteTo(_streamWriter.Value, records.OfType <object>()).Loop();
 }
Exemplo n.º 2
0
 public void Write(IEnumerable <T> records)
 {
     _writer.Writer      = this;
     _writer.TraceSwitch = TraceSwitch;
     _writer.WriteTo(_streamWriter, records).Loop();
 }