InventorySkusDataSet.InventorySku Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows access to the InventorySkusDataSet..::.InventorySkusDataTable table.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Class InventorySku _
Inherits DataRow
'Usage
Dim instance As InventorySkusDataSet.InventorySku
public class InventorySku : DataRow
public ref class InventorySku : public DataRow
public class InventorySku extends DataRow
Remarks
Gets and sets the values in the InventorySkusDataSet..::.InventorySkusDataTable table.
Inheritance Hierarchy
System..::.Object
System.Data..::.DataRow
Microsoft.CommerceServer.Inventory..::.InventorySkusDataSet..::.InventorySku
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.