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