Click or drag to resize

RecordReaderGetRecordType Method

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

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

Parameters

recordReaderType
Type: SystemType
The type of the record reader.

Return Value

Type: Type
The record type
See Also