AddCatalogProperty Method (CatalogPropertiesDataSet.CatalogProperty)

Add a CatalogProperty to this CatalogPropertiesDataSet..::.CatalogPropertiesDataTable at the specified row.

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

Syntax

'Declaration
Public Sub AddCatalogProperty ( _
    row As CatalogPropertiesDataSet..::.CatalogProperty _
)
'Usage
Dim instance As CatalogPropertiesDataSet..::.CatalogPropertiesDataTable
Dim row As CatalogPropertiesDataSet..::.CatalogProperty

instance.AddCatalogProperty(row)
public void AddCatalogProperty(
    CatalogPropertiesDataSet..::.CatalogProperty row
)
public:
void AddCatalogProperty(
    CatalogPropertiesDataSet..::.CatalogProperty^ row
)
public function AddCatalogProperty(
    row : CatalogPropertiesDataSet..::.CatalogProperty
)

Parameters

Remarks

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

Permissions

See Also

Reference

CatalogPropertiesDataSet..::.CatalogPropertiesDataTable Class

CatalogPropertiesDataSet..::.CatalogPropertiesDataTable Members

AddCatalogProperty Overload

Microsoft.CommerceServer.Catalog Namespace