Class JsonDataSourceConnectionStringBuilder
Represents the JsonDataConnection connection string builder.
Inheritance
System.Object
JsonDataSourceConnectionStringBuilder
Namespace: FastReport.Data.JsonConnection
Assembly: FastReport.OpenSource.dll
Syntax
public class JsonDataSourceConnectionStringBuilder : DbConnectionStringBuilder
Remarks
Use this class to parse connection string returned by the JsonDataConnection class.
Constructors
JsonDataSourceConnectionStringBuilder()
Initializes a new instance of the JsonDataSourceConnectionStringBuilder class with default settings.
Declaration
public JsonDataSourceConnectionStringBuilder()
JsonDataSourceConnectionStringBuilder(String)
Initializes a new instance of the JsonDataSourceConnectionStringBuilder class with specified connection string.
Declaration
public JsonDataSourceConnectionStringBuilder(string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionString | The connection string. |
Properties
Encoding
Gets or sets json url encoding
Declaration
public string Encoding { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Json
Gets or sets json data
Declaration
public string Json { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JsonSchema
Gets or sets json schema
Declaration
public string JsonSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String |