ExpressionCategorySet.ExpressionCategoryRow Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The strongly typed DataRow that provides access to the rows of a ExpressionCategorySet.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Class ExpressionCategoryRow _
Inherits DataRow
'Usage
Dim instance As ExpressionCategorySet.ExpressionCategoryRow
public class ExpressionCategoryRow : DataRow
public ref class ExpressionCategoryRow : public DataRow
public class ExpressionCategoryRow extends DataRow
Remarks
This class cannot be publicly created. Is must be accessed or created through the ExpressionCategorySet..::.ExpressionCategoriesDataTable class.
Inheritance Hierarchy
System..::.Object
System.Data..::.DataRow
Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet..::.ExpressionCategoryRow
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.