Click or drag to resize
XmlRecordReader Constructor (String, 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(
	string fileName,
	string xPath
)

Parameters

fileName
Type: SystemString
xPath
Type: SystemString
See Also