GetSearchClauseFactory Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a new search clause builder for objects of Expression objects.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetSearchClauseFactory As SearchClauseFactory
'Usage
Dim instance As ExpressionManager
Dim returnValue As SearchClauseFactory
returnValue = instance.GetSearchClauseFactory()
public SearchClauseFactory GetSearchClauseFactory()
public:
SearchClauseFactory^ GetSearchClauseFactory()
public function GetSearchClauseFactory() : SearchClauseFactory
Return Value
Type: Microsoft.CommerceServer..::.SearchClauseFactory
A new SearchClauseFactory object.
Remarks
Initializes a new instance of MarketingSearchClauseFactory that is configured to search a specific type of MarketingContext entity.
The returned SearchClauseFactory allows you to filter sub-system searches.
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.