Class ConnectionInformationBase
Base class for a connection. DatabaseConnectionInformation RemoteConnectionInformation
Inheritance
System.Object
ConnectionInformationBase
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public abstract class ConnectionInformationBase : Object
Constructors
ConnectionInformationBase()
Declaration
protected ConnectionInformationBase()
Properties
ConnectionString
Gets the connection string.
Declaration
public abstract string ConnectionString { get; }
Property Value
Type | Description |
---|---|
System.String |
PortNumber
Gets the port number.
Declaration
public abstract int PortNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RemoteIpAddress
Gets the remote IP address.
Declaration
public abstract string RemoteIpAddress { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetContextKey()
Gets the context key.
Declaration
public abstract string GetContextKey()
Returns
Type | Description |
---|---|
System.String | Returns context key |
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |