AddCatalogRelationship Method (CatalogRelationshipsDataSet.CatalogRelationship)
Add a CatalogRelationship to this CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable at the specified row.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub AddCatalogRelationship ( _
row As CatalogRelationshipsDataSet..::.CatalogRelationship _
)
'Usage
Dim instance As CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable
Dim row As CatalogRelationshipsDataSet..::.CatalogRelationship
instance.AddCatalogRelationship(row)
public void AddCatalogRelationship(
CatalogRelationshipsDataSet..::.CatalogRelationship row
)
public:
void AddCatalogRelationship(
CatalogRelationshipsDataSet..::.CatalogRelationship^ row
)
public function AddCatalogRelationship(
row : CatalogRelationshipsDataSet..::.CatalogRelationship
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogRelationshipsDataSet..::.CatalogRelationship
The row to add the new value.
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