JoinTableInformation Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Stores join information about an external data table or view that is joined to the catalog system.
The JoinTableInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
JoinTableInformation | Overloaded. Initializes a new instance of the JoinTableInformation class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
JoinType | Get or sets the type of SQL Server join to perform. | |
SourceJoinKey | Gets or sets the name of the column in the catalog table that the external table is joined with. | |
TargetJoinKey | Gets or sets the name of the column in the external table or view to join with. | |
TargetTableName | Gets or sets the name of an external table or view that is joined with the catalog table. |
Top