{CompanyName} FlexyGo

DataManager Constructor (String, eDBType)

Initializes a new instance of the DataManager class.

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public DataManager(
	string aConnectString,
	eDBType aDBType
)
Public Sub New ( _
	aConnectString As String, _
	aDBType As eDBType _
)

Parameters

aConnectString
Type: String
A connection string.
aDBType
Type: FLEXYGO.Data..::..eDBType
Type of database.