RemoveCatalogDefinitionProperty Method

Remove a CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty from this CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub RemoveCatalogDefinitionProperty ( _
    row As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty _
)
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable
Dim row As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty

instance.RemoveCatalogDefinitionProperty(row)
public void RemoveCatalogDefinitionProperty(
    CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty row
)
public:
void RemoveCatalogDefinitionProperty(
    CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty^ row
)
public function RemoveCatalogDefinitionProperty(
    row : CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
)

Parameters

Remarks

The CatalogDefinitionPropertiesDataTable object must be saved before these changes will be persisted to the database.

Permissions

See Also

Reference

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Class

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Members

Microsoft.CommerceServer.Catalog Namespace