Click or drag to resize

RecordWriterGetRecordType Method

Gets the type of the records for the specified record writer.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static Type GetRecordType(
	Type recordWriterType
)

Parameters

recordWriterType
Type: SystemType
The type of the record writer.

Return Value

Type: Type
The record type
See Also