Click or drag to resize
XmlRecordReader Constructor (String, String, LoadMethod)
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,
	LoadMethod loadMethod
)

Parameters

fileName
Type: SystemString
xPath
Type: SystemString
loadMethod
Type: DataStreams.XmlLoadMethod
See Also