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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a SearchClause that selects all items of a specified type.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Overridable Function CreateClause As SearchClause
'Usage
Dim instance As SearchClauseFactory
Dim returnValue As SearchClause
returnValue = instance.CreateClause()
public virtual SearchClause CreateClause()
public:
virtual SearchClause^ CreateClause()
public function CreateClause() : SearchClause
Return Value
Type: Microsoft.CommerceServer..::.SearchClause
A SearchClause object that selects all items of a specified type.
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.