Class ConnectionStringHelper
Inheritance
System.Object
ConnectionStringHelper
Assembly: Simplic.Framework.Extension.dll
Syntax
public class ConnectionStringHelper : object
Methods
|
Improve this Doc
View Source
GetConnectionStringByMndIdent(Int32)
Get ConnectionString by MndIdent
Declaration
public static string GetConnectionStringByMndIdent(int MndIdent)
Parameters
Type |
Name |
Description |
System.Int32 |
MndIdent |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetConnectionStringIdByName(String)
Get a connection string by its name
Declaration
public static int GetConnectionStringIdByName(string connectionStringName)
Parameters
Type |
Name |
Description |
System.String |
connectionStringName |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetConnectionStringNameByMndIdent(Int32)
Get ConnectionString by MndIdent
Declaration
public static string GetConnectionStringNameByMndIdent(int MndIdent)
Parameters
Type |
Name |
Description |
System.Int32 |
MndIdent |
|
Returns
Type |
Description |
System.String |
|