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
- joinTableInformation
Type: Microsoft.CommerceServer.Catalog..::.JoinTableInformation
JoinTableInformation to construct the new instance from.
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
- 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.