CatalogItemsDataSet Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CatalogItemsDataSet class with the specified serialization and streaming context information.

Namespace:  Microsoft.CommerceServer.Catalog
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 CatalogItemsDataSet(info, context)
protected CatalogItemsDataSet(
    SerializationInfo info,
    StreamingContext context
)
protected:
CatalogItemsDataSet(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CatalogItemsDataSet(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

The CatalogItemsDataSet exposes the CatalogItems values of the CatalogItemsDataSet..::.CatalogItemsDataTable table.

There are fourteen columns in the table:

  • BaseCatalogName

  • CatalogClassTypes

  • CatalogName

  • CategoryName

  • DefinitionName

  • DisplayName

  • IsSearchable

  • ListPrice

  • Oid

  • PrimaryParentCategoryName

  • ProductId

  • Rank

  • UseCategoryPricing

  • VariantId

Permissions

See Also

Reference

CatalogItemsDataSet Class

CatalogItemsDataSet Members

CatalogItemsDataSet Overload

Microsoft.CommerceServer.Catalog Namespace