| DMConnectionGetConnection Method (Int32, String) |
Namespace:
Dynamicweb.DataManagement
Assembly:
Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax public static DMConnection GetConnection(
int ID,
string DBName
)
Public Shared Function GetConnection (
ID As Integer,
DBName As String
) As DMConnection
Parameters
- ID
- Type: SystemInt32
- DBName
- Type: SystemString
Return Value
Type:
DMConnectionSee Also