{CompanyName} FlexyGo

UserConnection Constructor

Initializes a new instance of the UserConnection class.

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

Syntax


public UserConnection(
	string ConnStringId,
	string ConnString,
	eDBType DBType,
	bool Encripted,
	ArrayList SQLContext
)
Public Sub New ( _
	ConnStringId As String, _
	ConnString As String, _
	DBType As eDBType, _
	Encripted As Boolean, _
	SQLContext As ArrayList _
)

Parameters

ConnStringId
Type: String
The connection string identifier.
ConnString
Type: String
The connection string.
DBType
Type: FLEXYGO.Data..::..eDBType
Type of the database.
Encripted
Type: Boolean
if set to true the connection String should be encripted.
SQLContext
Type: ArrayList