AddCatalogItem Method (CatalogItemsDataSet.CatalogItem)
Add a Catalog Item to this CatalogItemsDataSet..::.CatalogItemsDataTable at the specified row.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub AddCatalogItem ( _
row As CatalogItemsDataSet..::.CatalogItem _
)
'Usage
Dim instance As CatalogItemsDataSet..::.CatalogItemsDataTable
Dim row As CatalogItemsDataSet..::.CatalogItem
instance.AddCatalogItem(row)
public void AddCatalogItem(
CatalogItemsDataSet..::.CatalogItem row
)
public:
void AddCatalogItem(
CatalogItemsDataSet..::.CatalogItem^ row
)
public function AddCatalogItem(
row : CatalogItemsDataSet..::.CatalogItem
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogItemsDataSet..::.CatalogItem
The row to add the new value.
Remarks
The CatalogItemsDataSet 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
CatalogItemsDataSet..::.CatalogItemsDataTable Class