Click or drag to resize

Module Constructor (String, String)

Constructor with database parameter

Namespace:  SOWIApp.Management.Data
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public Module(
	string pConnectionString,
	string pUserName
)

Parameters

pConnectionString
Type: SystemString
connection string
pUserName
Type: SystemString
database user
See Also