Jaa


JoinTableInformation Constructor (JoinTableInformation)

Initializes a new instance of the JoinTableInformation class with the specified join table information.

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

Syntax

'Declaration
Public Sub New ( _
    joinTableInformation As JoinTableInformation _
)
'Usage
Dim joinTableInformation As JoinTableInformation

Dim instance As New JoinTableInformation(joinTableInformation)
public JoinTableInformation(
    JoinTableInformation joinTableInformation
)
public:
JoinTableInformation(
    JoinTableInformation^ joinTableInformation
)
public function JoinTableInformation(
    joinTableInformation : JoinTableInformation
)

Parameters

Remarks

Retrieve data table information from one or more columns and merges them together. Joins can be performed on different tables, but only one table can be joined at a time.

Permissions

See Also

Reference

JoinTableInformation Class

JoinTableInformation Members

JoinTableInformation Overload

Microsoft.CommerceServer.Catalog Namespace