Windward Studios API Reference
SaxonDataSourceImpl Constructor(String,String)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > SaxonDataSourceImpl Class > SaxonDataSourceImpl Constructor : SaxonDataSourceImpl 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 SaxonDataSourceImpl(xmlConnectionString, schemaConnectionString)
C# 
public SaxonDataSourceImpl( 
   string xmlConnectionString,
   string schemaConnectionString
)
Managed Extensions for C++ 
public: SaxonDataSourceImpl( 
   string* xmlConnectionString,
   string* schemaConnectionString
)
C++/CLI 
public:
SaxonDataSourceImpl( 
   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