CatalogDefinitions Table

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The CatalogDefinitions table contains information about the catalog definitions in the catalog.

The following table describes the columns in the CatalogDefinitions table.

Column name

Type

Allow null

Description

DefinitionName

nvarchar(128)

no

The name of the definition.

This is a primary key.

DefinitionID

int

no

The Id of the definition.

DefinitionType

int

yes

Specifies whether this is a product definition or a category definition.

Description

nvarchar(256)

yes

The definition description.

See Also

Other Resources

Database Tables for the Catalog System

Catalog System Database Tables