FilterDescendantsClause Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets an SQL query clause that specifies the descendants to export.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property FilterDescendantsClause As String
'Usage
Dim instance As ExportOptions
Dim value As String
value = instance.FilterDescendantsClause
instance.FilterDescendantsClause = value
public string FilterDescendantsClause { get; set; }
public:
property String^ FilterDescendantsClause {
String^ get ();
void set (String^ value);
}
public function get FilterDescendantsClause () : String
public function set FilterDescendantsClause (value : String)
Property Value
Type: System..::.String
The SQL query clause that specifies the descendants to export.
Remarks
Stores a Where clause that specifies the search for descendants to export.
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
Microsoft.CommerceServer.Catalog Namespace
Other Resources
Importing Catalog Data by Using the Catalog API
How to Import From an XML File