Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remove an InventoryQuantityDelta value from this InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub RemoveInventoryQuantityDelta ( _
row As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta _
)
'Usage
Dim instance As InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable
Dim row As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
instance.RemoveInventoryQuantityDelta(row)
public void RemoveInventoryQuantityDelta(
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta row
)
public:
void RemoveInventoryQuantityDelta(
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta^ row
)
public function RemoveInventoryQuantityDelta(
row : InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
)
Parameters
- row
Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
The InventoryQuantityDelta row to remove.
Remarks
The InventoryQuantityDeltasDataSet 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
InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable Class
InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable Members