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.
This method is not supported. Use CreateClause or CreateClause.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Overrides Function CreateClause As SearchClause
'Usage
Dim instance As OrderSearchClauseFactory
Dim returnValue As SearchClause
returnValue = instance.CreateClause()
public override SearchClause CreateClause()
public:
virtual SearchClause^ CreateClause() override
public override function CreateClause() : SearchClause
Return Value
Type: Microsoft.CommerceServer..::.SearchClause
Not available. This method is not supported.
Remarks
For wild card search use the nullNothingnullptra null reference (Nothing in Visual Basic) value.
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.
See Also
Reference
OrderSearchClauseFactory Class