Click or drag to resize

RecordWriterTWriteRecords Method

Writes the specified sequence of records.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public void WriteRecords(
	IEnumerable<T> records
)

Parameters

records  IEnumerableT
The records to write.
Remarks

This is primarily a helper function so that you can easily write the result of a LINQ expression to a record writer.

See Also