JoinTableInformation Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Stores join information about an external data table or view that is joined to the catalog system.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class JoinTableInformation
'Usage
Dim instance As JoinTableInformation
[SerializableAttribute]
public class JoinTableInformation
[SerializableAttribute]
public ref class JoinTableInformation
public class JoinTableInformation
Remarks
Retrieve data table information from one or more columns and merges them together. Joins can be performed on different tables, but only one table can be joined at a time.
This class is used with the SetJoinTable method of the CatalogContext class.
The join table stores join information about an external data table or view that is joined to the catalog system. The information is for joining product/variant records. The join information is in effect for the lifetime of the CatalogContext object.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.JoinTableInformation
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.