InventorySkusDataSet.InventorySkusDataTable Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the InventorySkusDataSet..::.InventorySkusDataTable class with the specified serialization and streaming context information.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New InventorySkusDataSet..::.InventorySkusDataTable(info, context)
protected InventorySkusDataTable(
    SerializationInfo info,
    StreamingContext context
)
protected:
InventorySkusDataTable(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function InventorySkusDataSet..::.InventorySkusDataTable(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

This class provides the methods and properties to access the InventorySkusDataSet objects within the table.

Permissions

See Also

Reference

InventorySkusDataSet..::.InventorySkusDataTable Class

InventorySkusDataSet..::.InventorySkusDataTable Members

InventorySkusDataSet..::.InventorySkusDataTable Overload

Microsoft.CommerceServer.Inventory Namespace