שתף באמצעות


ExpressionToProfilesWhereClauseConverter Constructor

Initializes a new instance of the ExpressionToProfilesWhereClauseConverter class.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

'Declaration
Public Sub New ( _
    bizDataStoreConnectionString As String, _
    profileObjectToSearch As String _
)
'Usage
Dim bizDataStoreConnectionString As String
Dim profileObjectToSearch As String

Dim instance As New ExpressionToProfilesWhereClauseConverter(bizDataStoreConnectionString, _
    profileObjectToSearch)
public ExpressionToProfilesWhereClauseConverter(
    string bizDataStoreConnectionString,
    string profileObjectToSearch
)
public:
ExpressionToProfilesWhereClauseConverter(
    String^ bizDataStoreConnectionString, 
    String^ profileObjectToSearch
)
public function ExpressionToProfilesWhereClauseConverter(
    bizDataStoreConnectionString : String, 
    profileObjectToSearch : String
)

Parameters

  • bizDataStoreConnectionString
    Type: System..::.String
    The connection string to the Profiles data store ('s_BizDataStoreConnectionString'). Cannot be nullNothingnullptra null reference (Nothing in Visual Basic).
  • profileObjectToSearch
    Type: System..::.String
    The Profile Type that will be referenced by the SQL statements. Cannot be nullNothingnullptra null reference (Nothing in Visual Basic).

Exceptions

Exception Condition
ArgumentNullException

If bizDataStoreConnectionString or profileObjectToSearch are nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

Creates an instance of the class using the connection string and profile object provided. This instance can be used to retrieve multiple 'WHERE' clauses for the given Profile Object.

Permissions

See Also

Reference

ExpressionToProfilesWhereClauseConverter Class

ExpressionToProfilesWhereClauseConverter Members

Microsoft.CommerceServer.Marketing Namespace