AddCatalogDefinitionProperty Method (CatalogDefinitionPropertiesDataSet.CatalogDefinitionProperty)

Add a Definition to this CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable at the specified row.

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

Syntax

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

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

Parameters

Remarks

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

Permissions

See Also

Reference

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Class

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Members

AddCatalogDefinitionProperty Overload

Microsoft.CommerceServer.Catalog Namespace