| RecordReader Class |
Provides methods for inspecting record readers.
Inheritance Hierarchy
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public static class RecordReader
Public NotInheritable Class RecordReader
public ref class RecordReader abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type RecordReader = class end
The RecordReader type exposes the following members.
Methods
| Name | Description |
---|
| GetRecordType |
Gets the type of the records for the specified record reader.
|
TopSee Also