deOLEDBDatabaseUserConnector Constructor (deUserSession, String, String, String, String, String, String, String, String)
Initializes a new instance of the deOLEDBDatabaseUserConnector class.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public deOLEDBDatabaseUserConnector( deUserSession oUserSession, string tableName, string externalUserNameFieldName, string externalFullNameFieldName, string externalUserEmailFieldName, string whereCondition, string dbConnectionString, string isUserActiveFieldName, string activeFieldValue )
Public Sub New ( _ oUserSession As deUserSession, _ tableName As String, _ externalUserNameFieldName As String, _ externalFullNameFieldName As String, _ externalUserEmailFieldName As String, _ whereCondition As String, _ dbConnectionString As String, _ isUserActiveFieldName As String, _ activeFieldValue As String _ )
public: deOLEDBDatabaseUserConnector( deUserSession^ oUserSession, String^ tableName, String^ externalUserNameFieldName, String^ externalFullNameFieldName, String^ externalUserEmailFieldName, String^ whereCondition, String^ dbConnectionString, String^ isUserActiveFieldName, String^ activeFieldValue )
Parameters
- oUserSession
- Type: deUserSession
The o user session.
- tableName
- Type: String
Name of the table.
- externalUserNameFieldName
- Type: String
Name of the external user name field.
- externalFullNameFieldName
- Type: String
Name of the external full name field.
- externalUserEmailFieldName
- Type: String
Name of the external user email field.
- whereCondition
- Type: String
The where condition.
- dbConnectionString
- Type: String
The database connection string.
- isUserActiveFieldName
- Type: String
is active field name
- activeFieldValue
- Type: String
is active field value