Click or drag to resize

DataAccess Constructor

Initializes a new instance of the AbstractObjectDao class

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
Syntax
public DataAccess(
	string providerName,
	string connectionString
)

Parameters

providerName
Type: SystemString
A provider identifier
connectionString
Type: SystemString
A connection string to the database
See Also