Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
The row to add the new value.
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