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
- entityType
Type: System..::.String
Reserved for internal use only.
- searchClause
Type: System.Xml..::.XmlElement
Reserved for internal use only.
- searchOptions
Type: Microsoft.CommerceServer..::.SearchOptions
Reserved for internal use only.
- includePerformanceData
Type: System..::.Boolean
Reserved for internal use only.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.