Class Connection
public class Connection
- Inheritance
-
Connection
- Inherited Members
Constructors
Connection(string, string, IServiceInfo)
public Connection(string connectionString, string serviceType, IServiceInfo serviceInfo)
Parameters
connectionString
stringserviceType
stringserviceInfo
IServiceInfo
Properties
ConnectionString
Gets or sets the connection string for this connection
public string ConnectionString { get; set; }
Property Value
Name
Gets or sets the name of this connection
public string Name { get; set; }
Property Value
Properties
Gets a list of additional properties for this connection
public Dictionary<string, string> Properties { get; }