CatalogItemsDataSet.CatalogItem Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows access to the CatalogItemsDataSet..::.CatalogItemsDataTable table.
The CatalogItemsDataSet..::.CatalogItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows | Overloaded. | |
GetColumnError | Overloaded. | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow | Overloaded. | |
GetParentRows | Overloaded. | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsCatalogClassTypesNull | Checks to see if the CatalogClassTypesColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsCategoryNameNull | Checks to see if the CategoryNameColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsDisplayNameNull | Checks to see if the DisplayNameColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsIsSearchableNull | Checks to see if the IsSearchableColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsListPriceNull | Checks to see if the ListPriceColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsNull | Overloaded. | |
IsPrimaryParentCategoryNameNull | Checks to see if the PrimaryParentCategoryNameColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsProductIdNull | Checks to see if the ProductIdColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsRankNull | Checks to see if the RankColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsUseCategoryPricingNull | Checks to see if the UseCategoryPricingColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsVariantIdNull | Checks to see if the VariantIdColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetCatalogClassTypesNull | Sets the CatalogClassTypesColumn to a DBNull value. | |
SetCategoryNameNull | Sets the CategoryNameColumn to a DBNull value. | |
SetColumnError | Overloaded. | |
SetDisplayNameNull | Sets the DisplayNameColumn to a DBNull value. | |
SetIsSearchableNull | Sets the IsSearchableColumn to a DBNull value. | |
SetListPriceNull | Sets the ListPriceColumn to a DBNull value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow | Overloaded. | |
SetPrimaryParentCategoryNameNull | Sets the PrimaryParentCategoryNameColumn to a DBNull value. | |
SetProductIdNull | Sets the ProductIdColumn to a DBNull value. | |
SetRankNull | Sets the RankColumn to a DBNull value. | |
SetUseCategoryPricingNull | Sets the UseCategoryPricingColumn to a DBNull value. | |
SetVariantIdNull | Sets the VariantIdColumn to a DBNull value. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
BaseCatalogName | Gets or sets the value in the BaseCatalogNameColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
CatalogClassTypes | Gets or sets the value in the CatalogClassTypesColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
CatalogName | Gets or sets the value in the CatalogNameColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
CategoryName | Gets or sets the value in the CategoryNameColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
DefinitionName | Gets or sets the value in the DefinitionNameColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
DisplayName | Gets or sets the value in the DisplayNameColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
HasErrors | (Inherited from DataRow.) | |
IsSearchable | Checks to see if the IsSearchableColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
Item | Overloaded. | |
ItemArray | (Inherited from DataRow.) | |
ListPrice | Gets or sets the value in the ListPrice of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
Oid | Gets or sets the value in the OidColumn columnof the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
PrimaryParentCategoryName | Gets or sets the value in the PrimaryParentCategoryNameColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
ProductId | Gets or sets the value in the ProductIdColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
Rank | Gets or sets the value in the RankColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
UseCategoryPricing | Gets or sets the value in the UseCategoryPricingColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. | |
VariantId | Gets or sets the value in the VariantIdColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table. |
Top