Initializes a new instance of the AbstractObjectDao class
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic DataAccess(
	string providerName,
	string connectionString
)
Public Sub New ( 
	providerName As String,
	connectionString As String
)
Parameters
- providerName
 - Type: SystemString
A provider identifier - connectionString
 - Type: SystemString
A connection string to the database 
See Also