DoExecuteSearch Method (String, XmlElement, SearchOptions, Boolean, Int32)

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Protected Function DoExecuteSearch ( _
    entityType As String, _
    searchClause As XmlElement, _
    searchOptions As SearchOptions, _
    includePerformanceData As Boolean, _
    <OutAttribute> ByRef recordsMatched As Integer _
) As DataSet
'Usage
Dim entityType As String
Dim searchClause As XmlElement
Dim searchOptions As SearchOptions
Dim includePerformanceData As Boolean
Dim recordsMatched As Integer
Dim returnValue As DataSet

returnValue = Me.DoExecuteSearch(entityType, _
    searchClause, searchOptions, includePerformanceData, _
    recordsMatched)
protected DataSet DoExecuteSearch(
    string entityType,
    XmlElement searchClause,
    SearchOptions searchOptions,
    bool includePerformanceData,
    out int recordsMatched
)
protected:
DataSet^ DoExecuteSearch(
    String^ entityType, 
    XmlElement^ searchClause, 
    SearchOptions^ searchOptions, 
    bool includePerformanceData, 
    [OutAttribute] int% recordsMatched
)
protected function DoExecuteSearch(
    entityType : String, 
    searchClause : XmlElement, 
    searchOptions : SearchOptions, 
    includePerformanceData : boolean, 
    recordsMatched : int
) : DataSet

Parameters

  • recordsMatched
    Type: System..::.Int32%
    Out parameter that contains the total number of records that matched the given query.

Return Value

Type: System.Data..::.DataSet
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Remarks

Reserved for internal use only.

Permissions

See Also

Reference

MarketingServices Class

MarketingServices Members

DoExecuteSearch Overload

Microsoft.CommerceServer.Marketing Namespace