JoinType Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Get or sets the type of SQL Server join to perform.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property JoinType As CatalogJoinType
'Usage
Dim instance As JoinTableInformation
Dim value As CatalogJoinType
value = instance.JoinType
instance.JoinType = value
public CatalogJoinType JoinType { get; set; }
public:
property CatalogJoinType JoinType {
CatalogJoinType get ();
void set (CatalogJoinType value);
}
public function get JoinType () : CatalogJoinType
public function set JoinType (value : CatalogJoinType)
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogJoinType
A CatalogJoinType that contains the External join type.
Remarks
The available enumeration types are:
InnerJoin
NoJoin
OuterJoinFull
OuterJoinLeft
OuterJoinRight
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.