Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
) As DataSet
'Usage
Dim entityType As String
Dim searchClause As XmlElement
Dim searchOptions As SearchOptions
Dim includePerformanceData As Boolean
Dim returnValue As DataSet
returnValue = Me.DoExecuteSearch(entityType, _
searchClause, searchOptions, includePerformanceData)
protected DataSet DoExecuteSearch(
string entityType,
XmlElement searchClause,
SearchOptions searchOptions,
bool includePerformanceData
)
protected:
DataSet^ DoExecuteSearch(
String^ entityType,
XmlElement^ searchClause,
SearchOptions^ searchOptions,
bool includePerformanceData
)
protected function DoExecuteSearch(
entityType : String,
searchClause : XmlElement,
searchOptions : SearchOptions,
includePerformanceData : boolean
) : 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.
Return Value
Type: System.Data..::.DataSet
Reserved for internal use only.
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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.