CatalogRelationshipsDataSet.CatalogRelationship Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows access to the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table.
The CatalogRelationshipsDataSet..::.CatalogRelationship 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). | |
IsDisplayNameNull | Checks to see if the DisplayNameColumn 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. | |
IsRelationshipDescriptionNull | Checks to see if the RelationshipDescriptionColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsTargetCategoryNameNull | Checks to see if the TargetCategoryNameColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsTargetProductIdNull | Checks to see if the TargetProductIdColumn 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. | |
SetColumnError | Overloaded. | |
SetDisplayNameNull | Sets the DisplayNameColumn to a DBNull value. | |
SetListPriceNull | Sets the ListPriceColumn to a DBNull value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow | Overloaded. | |
SetRelationshipDescriptionNull | Sets RelationshipDescriptionColumn to a DBNull value. | |
SetTargetCategoryNameNull | Sets the SetTargetCategoryNameColumn to a DBNull value. | |
SetTargetProductIdNull | Sets the SetTargetProductIdColumn to a DBNull value. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogClassTypes | Gets or sets the value in the CatalogClassTypesColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. | |
DisplayName | Gets or sets the value in the DisplayNameColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. | |
HasErrors | (Inherited from DataRow.) | |
Item | Overloaded. | |
ItemArray | (Inherited from DataRow.) | |
ListPrice | Gets or sets the value in the ListPriceColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. | |
Rank | Gets or sets the value in the RankColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. | |
RelationshipDescription | Gets or sets the value in the RelationshipDescriptionColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. | |
RelationshipName | Gets or sets the value in the RelationshipNameColumncolumn of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TargetCatalogName | Gets or sets the value in the TargetCatalogNameColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. | |
TargetCategoryName | Gets or sets the value in the TargetCategoryNameColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. | |
TargetProductId | Gets or sets the value in the TargetProductIdColumn column of the CatalogRelationshipsDataSet..::.CatalogRelationshipsDataTable table. |
Top