Namespace:
FlowWright.deDataAccess
Assembly:
deDataAccess (in deDataAccess.dll)
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].