CatalogJoinType Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the type used to join the catalog tables. Used with JoinTableInformation to specify the type of join to use across the catalog system.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Enumeration CatalogJoinType
'Usage
Dim instance As CatalogJoinType
public enum CatalogJoinType
public enum class CatalogJoinType
public enum CatalogJoinType
Members
Member name | Description | |
---|---|---|
InnerJoin | Return only those rows where the keys are equal. | |
OuterJoinLeft | Return all rows in the Product Catalog System and only the matching rows in the target table. | |
OuterJoinRight | Return only matching rows in the Product Catalog System and all rows in the target table. | |
OuterJoinFull | Return all rows in both tables. | |
NoJoin | Reserved for future use. |
Remarks
This enumeration is used with the SetJoinTable and the SetJoinTable methods of the CatalogContext Class.