FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deOLEDBDatabaseUserConnector Constructor (String, String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the deOLEDBDatabaseUserConnector class.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public deOLEDBDatabaseUserConnector(
	string sTenantDBConnectionString,
	string hostOrTenantID,
	string externalUserName,
	string tableName,
	string externalUserNameFieldName,
	string externalFullNameFieldName,
	string externalUserEmailFieldName,
	string whereCondition,
	string dbConnectionString,
	string isUserActiveFieldName,
	string activeFieldValue
)
Public Sub New ( _
	sTenantDBConnectionString As String, _
	hostOrTenantID As String, _
	externalUserName As String, _
	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(
	String^ sTenantDBConnectionString, 
	String^ hostOrTenantID, 
	String^ externalUserName, 
	String^ tableName, 
	String^ externalUserNameFieldName, 
	String^ externalFullNameFieldName, 
	String^ externalUserEmailFieldName, 
	String^ whereCondition, 
	String^ dbConnectionString, 
	String^ isUserActiveFieldName, 
	String^ activeFieldValue
)

Parameters

sTenantDBConnectionString
Type: String
Connection string to the tenant database
hostOrTenantID
Type: String
host name or tenant id
externalUserName
Type: String
The external user identifier
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