Jaa


CatalogSetsDataSet Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CatalogSetsDataSet 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 CatalogSetsDataSet(info, context)
protected CatalogSetsDataSet(
    SerializationInfo info,
    StreamingContext context
)
protected:
CatalogSetsDataSet(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CatalogSetsDataSet(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

The CatalogSetsDataSet exposes the CatalogSet values of the CatalogSetsDataSet..::.CatalogSetsDataTable table.

There are four columns in the table;

  • CatalogSetDescription

  • CatalogSetId

  • CatalogSetName

  • Expression

Permissions

See Also

Reference

CatalogSetsDataSet Class

CatalogSetsDataSet Members

CatalogSetsDataSet Overload

Microsoft.CommerceServer.Catalog Namespace