Share via


UpdateItems Method (CatalogItemsDataSet, Boolean)

Update items stored in a dataset retrieved from the catalog system in this catalog.

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

Syntax

'Declaration
Public Sub UpdateItems ( _
    dataSet As CatalogItemsDataSet, _
    bypassConcurrencyCheck As Boolean _
)
'Usage
Dim instance As ProductCatalog
Dim dataSet As CatalogItemsDataSet
Dim bypassConcurrencyCheck As Boolean

instance.UpdateItems(dataSet, bypassConcurrencyCheck)
public void UpdateItems(
    CatalogItemsDataSet dataSet,
    bool bypassConcurrencyCheck
)
public:
void UpdateItems(
    CatalogItemsDataSet^ dataSet, 
    bool bypassConcurrencyCheck
)
public function UpdateItems(
    dataSet : CatalogItemsDataSet, 
    bypassConcurrencyCheck : boolean
)

Parameters

  • bypassConcurrencyCheck
    Type: System..::.Boolean
    true to overwrite the changes made to this object by other users; otherwise, false.

Remarks

Allows you to force the update to ignore timestamps.

Only cells with changed values are updated.

Permissions

See Also

Reference

ProductCatalog Class

ProductCatalog Members

UpdateItems Overload

Microsoft.CommerceServer.Catalog Namespace