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