InventorySkusDataSet.InventorySkusDataTable Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The data table that contains the InventorySku objects.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InventorySkusDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As InventorySkusDataSet.InventorySkusDataTable
[SerializableAttribute]
public class InventorySkusDataTable : DataTable, IEnumerable
[SerializableAttribute]
public ref class InventorySkusDataTable : public DataTable,
IEnumerable
public class InventorySkusDataTable extends DataTable implements IEnumerable
Remarks
This class provides the methods and properties to access the InventorySkusDataSet objects within the table.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataTable
Microsoft.CommerceServer.Inventory..::.InventorySkusDataSet..::.InventorySkusDataTable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.