ExpressionCategorySet.ExpressionCategoriesDataTable Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The strongly typed DataTable that provides access to the "ExpressionCategory" table of a ExpressionCategorySet.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ExpressionCategoriesDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As ExpressionCategorySet.ExpressionCategoriesDataTable
[SerializableAttribute]
public class ExpressionCategoriesDataTable : DataTable, IEnumerable
[SerializableAttribute]
public ref class ExpressionCategoriesDataTable : public DataTable,
IEnumerable
public class ExpressionCategoriesDataTable extends DataTable implements IEnumerable
Remarks
This class cannot be publicly created. Is must be accessed through the ExpressionCategories property of a ExpressionCategorySet.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataTable
Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet..::.ExpressionCategoriesDataTable
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.
See Also
Reference
ExpressionCategorySet..::.ExpressionCategoriesDataTable Members