{CompanyName} FlexyGo

DataManager Constructor (String, eDBType, Boolean, ArrayList)

Initializes a new instance of the DataManager class.

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

Syntax


public DataManager(
	string aConnectString,
	eDBType aDBType,
	bool aKeepOpen,
	ArrayList SqlSentenceInstructions
)
Public Sub New ( _
	aConnectString As String, _
	aDBType As eDBType, _
	aKeepOpen As Boolean, _
	SqlSentenceInstructions As ArrayList _
)

Parameters

aConnectString
Type: String
A connection string.
aDBType
Type: FLEXYGO.Data..::..eDBType
Type of database.
aKeepOpen
Type: Boolean
if set to true will maintain de connection open.
SqlSentenceInstructions
Type: ArrayList
A SQL instructions.