SetJoinTable Method (JoinTableInformation)

Set the default JoinTableInformation information for this catalog context.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub SetJoinTable ( _
    joinTableInformation As JoinTableInformation _
)
'Usage
Dim instance As CatalogContext
Dim joinTableInformation As JoinTableInformation

instance.SetJoinTable(joinTableInformation)
public void SetJoinTable(
    JoinTableInformation joinTableInformation
)
public:
void SetJoinTable(
    JoinTableInformation^ joinTableInformation
)
public function SetJoinTable(
    joinTableInformation : JoinTableInformation
)

Parameters

Remarks

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.

Permissions

See Also

Reference

CatalogContext Class

CatalogContext Members

SetJoinTable Overload

Microsoft.CommerceServer.Catalog Namespace