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