{CompanyName} FlexyGo

DataManager Constructor (String, eDBType, Int32)

Initializes a new instance of the DataManager class.

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

Syntax


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

Parameters

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