Windward Studios API Reference
XmlDataSourceImpl Constructor(String,String)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > XmlDataSourceImpl Class > XmlDataSourceImpl Constructor : XmlDataSourceImpl Constructor(String,String)




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

Glossary Item Box

Create a SaxonDataSource using the passed in connection string.

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 XmlDataSourceImpl(xmlConnectionString, schemaConnectionString)
C# 
public XmlDataSourceImpl( 
   string xmlConnectionString,
   string schemaConnectionString
)
Managed Extensions for C++ 
public: XmlDataSourceImpl( 
   string* xmlConnectionString,
   string* schemaConnectionString
)
C++/CLI 
public:
XmlDataSourceImpl( 
   String^ xmlConnectionString,
   String^ schemaConnectionString
)

Parameters

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

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software