AddExpressionCategoryRow Method (ExpressionCategorySet.ExpressionCategoryRow)
Adds the specified ExpressionCategorySet..::.ExpressionCategoryRow DataRow to the table.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub AddExpressionCategoryRow ( _
row As ExpressionCategorySet..::.ExpressionCategoryRow _
)
'Usage
Dim instance As ExpressionCategorySet..::.ExpressionCategoriesDataTable
Dim row As ExpressionCategorySet..::.ExpressionCategoryRow
instance.AddExpressionCategoryRow(row)
public void AddExpressionCategoryRow(
ExpressionCategorySet..::.ExpressionCategoryRow row
)
public:
void AddExpressionCategoryRow(
ExpressionCategorySet..::.ExpressionCategoryRow^ row
)
public function AddExpressionCategoryRow(
row : ExpressionCategorySet..::.ExpressionCategoryRow
)
Parameters
- row
Type: Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet..::.ExpressionCategoryRow
The ExpressionCategorySet..::.ExpressionCategoryRow to add.
Remarks
The ExpressionCategorySet object must be saved before these changes will be persisted to the database.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExpressionCategorySet..::.ExpressionCategoriesDataTable Class
ExpressionCategorySet..::.ExpressionCategoriesDataTable Members