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