ValidateJoinTable Method
Performs a validation on the join table.
Namespace: Microsoft.CommerceServer.Catalog.WebService
Assembly: Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)
Syntax
'Declaration
Protected Friend Overrides Sub ValidateJoinTable ( _
joinTableInformation As JoinTableInformation _
)
'Usage
Dim joinTableInformation As JoinTableInformation
Me.ValidateJoinTable(joinTableInformation)
protected internal override void ValidateJoinTable(
JoinTableInformation joinTableInformation
)
protected public:
virtual void ValidateJoinTable(
JoinTableInformation^ joinTableInformation
) override
protected internal override function ValidateJoinTable(
joinTableInformation : JoinTableInformation
)
Parameters
- joinTableInformation
Type: Microsoft.CommerceServer.Catalog..::.JoinTableInformation
A JoinTableInformation which describes the join table.
Remarks
If the joinTableInformation is nullNothingnullptra null reference (Nothing in Visual Basic) or if any of the strings within the joinTableInformation information is nullNothingnullptra null reference (Nothing in Visual Basic) or empty, a JoinTableException is thrown.
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.