Share via


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

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

See Also

Reference

CatalogWebService Class

CatalogWebService Members

Microsoft.CommerceServer.Catalog.WebService Namespace