GetQuantityDeltas Method (String)
Returns an InventoryQuantityDeltaCollection containing the quantity deltas that match the specified search clause.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function GetQuantityDeltas ( _
searchClause As String _
) As InventoryQuantityDeltaCollection
'Usage
Dim instance As InventoryContext
Dim searchClause As String
Dim returnValue As InventoryQuantityDeltaCollection
returnValue = instance.GetQuantityDeltas(searchClause)
public InventoryQuantityDeltaCollection GetQuantityDeltas(
string searchClause
)
public:
InventoryQuantityDeltaCollection^ GetQuantityDeltas(
String^ searchClause
)
public function GetQuantityDeltas(
searchClause : String
) : InventoryQuantityDeltaCollection
Parameters
- searchClause
Type: System..::.String
The expression to filter the quantity deltas on.
Return Value
Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltaCollection
An InventoryQuantityDeltaCollection containing all the quantity deltas that match the searchClause.
Remarks
The InventoryQuantityDeltas are the quantities that were decremented/incremented for each product in the inventory system.
The returned InventoryQuantityDeltaCollection contains the quantity deltas that match the searchClause.
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.