Click or drag to resize
XmlRecordReader Constructor (Stream, Encoding, String)
Initializes a new instance of the XmlRecordReader class

Namespace: DataStreams.Xml
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public XmlRecordReader(
	Stream inputStream,
	Encoding encoding,
	string xPath
)

Parameters

inputStream
Type: System.IOStream
encoding
Type: System.TextEncoding
xPath
Type: SystemString
See Also