| XmlRecordReader Constructor (String, String) |
Namespace: DataStreams.XmlAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public XmlRecordReader(
string fileName,
string xPath
)
Public Sub New (
fileName As String,
xPath As String
)
Parameters
- fileName
- Type: SystemString
- xPath
- Type: SystemString
See Also