User Constructor (String, String) | |
Initializes a new instance of the User class.
Constructor with parameter
Namespace:
SOWIApp.Management.Data
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public User(
string pConnectionString,
string pUserName
)
Public Sub New (
pConnectionString As String,
pUserName As String
)
Parameters
- pConnectionString
- Type: SystemString
Database connection string - pUserName
- Type: SystemString
Database user
See Also