Kopīgot, izmantojot


DataSet Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the underlying InventoryQuantityDeltasDataSet used in this object collection.

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

Syntax

'Declaration
Public ReadOnly Property DataSet As InventoryQuantityDeltasDataSet
'Usage
Dim instance As InventoryQuantityDeltaCollection
Dim value As InventoryQuantityDeltasDataSet

value = instance.DataSet
public InventoryQuantityDeltasDataSet DataSet { get; }
public:
property InventoryQuantityDeltasDataSet^ DataSet {
    InventoryQuantityDeltasDataSet^ get ();
}
public function get DataSet () : InventoryQuantityDeltasDataSet

Property Value

Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltasDataSet
The InventoryQuantityDeltasDataSet for the InventoryQuantityDeltaCollection.

Remarks

Gets the underlying InventoryQuantityDeltasDataSet, which is an in-memory cache of data retrieved from a data source. The DataSet consists of a collection of objects that you can relate to each other.

Permissions

See Also

Reference

InventoryQuantityDeltaCollection Class

InventoryQuantityDeltaCollection Members

Microsoft.CommerceServer.Inventory Namespace