Class UIConnectionManager
Inheritance
System.Object
UIConnectionManager
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.Framework.Base.DB
Assembly: Simplic.Framework.Base.dll
Syntax
public class UIConnectionManager
Methods
| Improve this Doc View SourceCreateConnectionString(String)
Create new ConnectionString
Declaration
public static ConnectionStringInfo CreateConnectionString(string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name |
Returns
Type | Description |
---|---|
ConnectionStringInfo |
EditConnectionString(String)
Connectionstring bearbeiten
Declaration
public static ConnectionStringInfo EditConnectionString(string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name | Name |
Returns
Type | Description |
---|---|
ConnectionStringInfo |
GetConnectionStringInfo(String)
ConnectionString anhand des Namens bekommen
Declaration
public static ConnectionStringInfo GetConnectionStringInfo(string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name |
Returns
Type | Description |
---|---|
ConnectionStringInfo |
SelectConnectionString(ConnectionKind)
Connection-String-Maske öffnen
Declaration
public static ConnectionStringInfo SelectConnectionString(ConnectionKind PreSelectedKind = ConnectionKind.None)
Parameters
Type | Name | Description |
---|---|---|
ConnectionKind | PreSelectedKind | Art der Verbindung |
Returns
Type | Description |
---|---|
ConnectionStringInfo |