Share via


AddExpressionCategoryRow Method (String, String)

Creates a row using the specified values and adds it to the table.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Function AddExpressionCategoryRow ( _
    category As String, _
    profile As String _
) As ExpressionCategorySet..::.ExpressionCategoryRow
'Usage
Dim instance As ExpressionCategorySet..::.ExpressionCategoriesDataTable
Dim category As String
Dim profile As String
Dim returnValue As ExpressionCategorySet..::.ExpressionCategoryRow

returnValue = instance.AddExpressionCategoryRow(category, _
    profile)
public ExpressionCategorySet..::.ExpressionCategoryRow AddExpressionCategoryRow(
    string category,
    string profile
)
public:
ExpressionCategorySet..::.ExpressionCategoryRow^ AddExpressionCategoryRow(
    String^ category, 
    String^ profile
)
public function AddExpressionCategoryRow(
    category : String, 
    profile : String
) : ExpressionCategorySet..::.ExpressionCategoryRow

Parameters

Return Value

Type: Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet..::.ExpressionCategoryRow
A new ExpressionCategorySet..::.ExpressionCategoryRow.

Remarks

The ExpressionCategorySet object must be saved before these changes will be persisted to the database.

Permissions

See Also

Reference

ExpressionCategorySet..::.ExpressionCategoriesDataTable Class

ExpressionCategorySet..::.ExpressionCategoriesDataTable Members

AddExpressionCategoryRow Overload

Microsoft.CommerceServer.Marketing Namespace