Show / Hide Table of Contents

Class XmlConnectionStringBuilder

Represents the XmlDataConnection connection string builder.

Inheritance
System.Object
XmlConnectionStringBuilder
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
public class XmlConnectionStringBuilder : DbConnectionStringBuilder
Remarks

Use this class to parse connection string returned by the XmlDataConnection class.

Constructors

XmlConnectionStringBuilder()

Initializes a new instance of the XmlConnectionStringBuilder class with default settings.

Declaration
public XmlConnectionStringBuilder()

XmlConnectionStringBuilder(String)

Initializes a new instance of the XmlConnectionStringBuilder class with specified connection string.

Declaration
public XmlConnectionStringBuilder(string connectionString)
Parameters
Type Name Description
System.String connectionString

The connection string.

Properties

XmlFile

Gets or sets the path to .xml file.

Declaration
public string XmlFile { get; set; }
Property Value
Type Description
System.String

XsdFile

Gets or sets the path to .xsd file.

Declaration
public string XsdFile { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX