ProductsAndCategoriesClause Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets a SQL query clause that specifies the products and categories to export.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property ProductsAndCategoriesClause As String
'Usage
Dim instance As ExportOptions
Dim value As String

value = instance.ProductsAndCategoriesClause

instance.ProductsAndCategoriesClause = value
public string ProductsAndCategoriesClause { get; set; }
public:
property String^ ProductsAndCategoriesClause {
    String^ get ();
    void set (String^ value);
}
public function get ProductsAndCategoriesClause () : String
public function set ProductsAndCategoriesClause (value : String)

Property Value

Type: System..::.String
The SQL query clause that specifies the products and categories to export.

Remarks

Where clause for the search.

If the export Mode is ExpressionBased, this property should be specified and is validated to not be an empty string in the Validate method.

Permissions

See Also

Reference

ExportOptions Class

ExportOptions Members

Microsoft.CommerceServer.Catalog Namespace

Other Resources

Importing Catalog Data by Using the Catalog API

Import Options

How to Import From an XML File

How to Import Selected Fields

Exporting Catalog Data by Using the Catalog API

Export Options

How to Export to an XML File

How to Export Selected Fields