Class ConnectionInfo
Inheritance
System.Object
ConnectionInfo
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class ConnectionInfo
Constructors
ConnectionInfo()
Declaration
public ConnectionInfo()
Properties
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
System.String
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Provider
Declaration
public string Provider { get; set; }
Property Value
System.String
|