Udostępnij za pośrednictwem


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

See Also

Reference

JoinTableInformation Class

JoinTableInformation Members

Microsoft.CommerceServer.Catalog Namespace