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: 2.0.0
Syntax
public void WriteRecords(
	IEnumerable<T> records
)

Parameters

records
Type: System.Collections.GenericIEnumerableT
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