CreateClause Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the ProfileSearchClauseFactory class.
Overload List
Name | Description | |
---|---|---|
CreateClause()()() | Creates a SearchClause that selects all items of a specified type. (Inherited from SearchClauseFactory.) | |
CreateClause(XmlElement) | Creates a SearchClause object from an existing XML document. (Inherited from SearchClauseFactory.) | |
CreateClause(ImplicitComparisonOperator, String) | Initializes a new instance of the ProfileSearchClauseFactory class used to limit the results of a search. (Overrides SearchClauseFactory..::.CreateClause(ImplicitComparisonOperator, String).) | |
CreateClause(ExplicitComparisonOperator, String, Object) | Initializes a new instance of the ProfileSearchClauseFactory class used to limit the results of a search, with a comparison value. (Overrides SearchClauseFactory..::.CreateClause(ExplicitComparisonOperator, String, Object).) |
Top
Remarks
Provides functionality to create and combine SearchClause objects that target entities in the profile system.
See Also
Reference
ProfileSearchClauseFactory Class