CatalogDefinitions Table
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. |