RemoveCatalogRelationship Method
Remove a CatalogRelationshipsDataSet..::.CatalogRelationship value from this CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub RemoveCatalogRelationship ( _
row As CatalogRelationshipsDataSet..::.CatalogRelationship _
)
'Usage
Dim instance As CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable
Dim row As CatalogRelationshipsDataSet..::.CatalogRelationship
instance.RemoveCatalogRelationship(row)
public void RemoveCatalogRelationship(
CatalogRelationshipsDataSet..::.CatalogRelationship row
)
public:
void RemoveCatalogRelationship(
CatalogRelationshipsDataSet..::.CatalogRelationship^ row
)
public function RemoveCatalogRelationship(
row : CatalogRelationshipsDataSet..::.CatalogRelationship
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogRelationshipsDataSet..::.CatalogRelationship
The CatalogRelationshipsDataSet..::.CatalogRelationship row to delete.
Remarks
The CatalogRelationshipsDataSet object must be saved before these changes will be persisted to the database.
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.
See Also
Reference
CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable Class
CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable Members