AddEnumerationPropertyValue Method (CatalogEnumerationPropertyValuesDataSet.EnumerationPropertyValue)

Add an enumeration value to this enumeration at the specified row.

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

Syntax

'Declaration
Public Sub AddEnumerationPropertyValue ( _
    row As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue _
)
'Usage
Dim instance As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
Dim row As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue

instance.AddEnumerationPropertyValue(row)
public void AddEnumerationPropertyValue(
    CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue row
)
public:
void AddEnumerationPropertyValue(
    CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue^ row
)
public function AddEnumerationPropertyValue(
    row : CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
)

Parameters

Remarks

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

Permissions

See Also

Reference

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Class

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Members

AddEnumerationPropertyValue Overload

Microsoft.CommerceServer.Catalog Namespace