www.csvreader.com

[Visual Basic]
Overloads Public Sub New( _
   ByVal inputStream As Stream, _
   ByVal encoding As Encoding, _
   ByVal xPath As String, _
   ByVal loadMethod As LoadMethod _
)
[C#]
public XmlRecordReader(
   Stream inputStream,
   Encoding encoding,
   string xPath,
   LoadMethod loadMethod
);

Parameters

inputStream
encoding
xPath
loadMethod

See Also

XmlRecordReader Class | DataStreams.Xml Namespace | XmlRecordReader Constructor Overload List