Windward Engine API Reference
XPathDataSource Constructor(String,String)
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml Namespace > XPathDataSource Class > XPathDataSource Constructor : XPathDataSource Constructor(String,String)




xmlConnectionString
Connection string to read the XML file.
schemaConnectionString
Connection string to read the schema. null if no schema.

Glossary Item Box

Create a XPathDataSource using the passed in connection strings. The schema connection string can be null.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlConnectionString As String, _
   ByVal schemaConnectionString As String _
)
Visual Basic (Usage)Copy Code
Dim xmlConnectionString As String
Dim schemaConnectionString As String
 
Dim instance As New XPathDataSource(xmlConnectionString, schemaConnectionString)
C# 
public XPathDataSource( 
   string xmlConnectionString,
   string schemaConnectionString
)
Managed Extensions for C++ 
public: XPathDataSource( 
   string* xmlConnectionString,
   string* schemaConnectionString
)
C++/CLI 
public:
XPathDataSource( 
   String^ xmlConnectionString,
   String^ schemaConnectionString
)

Parameters

xmlConnectionString
Connection string to read the XML file.
schemaConnectionString
Connection string to read the schema. null if no schema.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.