CatalogJoinType Enumeration (BCL)

Enumeration used with the SetJoinTable method of the CatalogContext class to specify the type of join to use across the Product Catalog System.

Members

Member name Description
InnerJoin Indicates return only rows where the keys are equal.
NoJoin Indicates do not perform a join. Using this field with the SetJoinTable method will disable an existing join established by a previous call to the SetJoinTable method.
OuterJoinFull Indicates return all rows in both tables.
OuterJoinLeft Indicates return all rows in the Product Catalog System and matching rows in the target table.
OuterJoinRight Indicates return matching rows in the Product Catalog System and all rows in the target table.

 

Remarks

Inherits from System.Enum.

For more information, see SetJoinTable.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.