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
- dataSet
Type: Microsoft.CommerceServer.Catalog..::.CatalogItemsDataSet
Dataset with updated data.
- 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
- 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.