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
- category
Type: System..::.String
- profile
Type: System..::.String
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
- 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