'Declaration Public Function New( _ ByVal fileUrl As String, _ ByVal recordsetPattern As String _ )
public XMLDataSource( string fileUrl, string recordsetPattern )
Parameters
- fileUrl
- The path to the XML file.
- recordsetPattern
- The Xpath expression that specifies the record pattern.