FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess Constructor (String, Boolean)

Initializes a new instance of the clsDataAccess class.

Namespace:  FlowWright.deDataAccess
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public clsDataAccess(
	string ConnectionString,
	bool bSetFieldNameToUpper
)
Public Sub New ( _
	ConnectionString As String, _
	bSetFieldNameToUpper As Boolean _
)
public:
clsDataAccess(
	String^ ConnectionString, 
	bool^ bSetFieldNameToUpper
)

Parameters

ConnectionString
Type: String
The connection string.
bSetFieldNameToUpper
Type: Boolean
if set to true [b set field name to upper].