RemoveCatalogSet Method
Remove a CatalogSetsDataSet..::.CatalogSet value from this CatalogSetsDataSet..::.CatalogSetsDataTable.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub RemoveCatalogSet ( _
row As CatalogSetsDataSet..::.CatalogSet _
)
'Usage
Dim instance As CatalogSetsDataSet..::.CatalogSetsDataTable
Dim row As CatalogSetsDataSet..::.CatalogSet
instance.RemoveCatalogSet(row)
public void RemoveCatalogSet(
CatalogSetsDataSet..::.CatalogSet row
)
public:
void RemoveCatalogSet(
CatalogSetsDataSet..::.CatalogSet^ row
)
public function RemoveCatalogSet(
row : CatalogSetsDataSet..::.CatalogSet
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet..::.CatalogSet
The CatalogSetsDataSet..::.CatalogSet row to delete.
Remarks
The CatalogSetsDataSet..::.CatalogSetsDataTable 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
CatalogSetsDataSet..::.CatalogSetsDataTable Class