Class ConnectStringBuilderBase
Denotes abstract contract for connection builders - entities that turn their instance properties into a string representation suitable for particular database instance connection
Inheritance
System.Object
ConnectStringBuilderBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.Mdb
Assembly: Azos.Sky.dll
Syntax
public abstract class ConnectStringBuilderBase : IConfigStringBuilder, IConfigurable
Fields
Binding
Declaration
[Config]
public string Binding
Field Value
Type | Description |
---|---|
System.String |
Host
Declaration
[Config]
public string Host
Field Value
Type | Description |
---|---|
System.String |
m_ResolvedNode
Declaration
protected Node m_ResolvedNode
Field Value
Type | Description |
---|---|
Node |
m_ResolvedService
Declaration
protected string m_ResolvedService
Field Value
Type | Description |
---|---|
System.String |
Network
Declaration
[Config]
public string Network
Field Value
Type | Description |
---|---|
System.String |
Service
Declaration
[Config]
public string Service
Field Value
Type | Description |
---|---|
System.String |
Methods
BuildString()
Declaration
public abstract string BuildString()
Returns
Type | Description |
---|---|
System.String |
Configure(IConfigSectionNode)
Declaration
public void Configure(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |