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
- joinTableInformation
Type: Microsoft.CommerceServer.Catalog..::.JoinTableInformation
A JoinTableInformation which describes the join table.
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
- 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.