Class ConnectionConfiguration
Poco to represent a connection
Inheritance
System.Object
ConnectionConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Configuration
Assembly: Simplic.Configuration.dll
Syntax
public class ConnectionConfiguration
Properties
| Improve this Doc View SourceConnectionString
Gets or sets the connection string
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionType
Gets or sets the connection type (DB column dbtype)
Declaration
public int ConnectionType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Gets or sets the Id (DB column ID)
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TenantName
Gets or sets the tenant name (DB column mnd_name)
Declaration
public string TenantName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantNumber
Gets or sets the tenant number (DB column mnd_nummer)
Declaration
public int TenantNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |