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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a new InventoryQuantityDelta with the same schema as InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function NewInventoryQuantityDelta As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
'Usage
Dim instance As InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable
Dim returnValue As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
returnValue = instance.NewInventoryQuantityDelta()
public InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta NewInventoryQuantityDelta()
public:
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta^ NewInventoryQuantityDelta()
public function NewInventoryQuantityDelta() : InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
Return Value
Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
An InventoryQuantityDelta.
Remarks
The returned InventoryQuantityDelta contains the SkuOid, InventoryCatalogName, ProductCatalogName, SkuId, SkuVariantId, DateCreated, and Quantity.
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