AddCatalogSet Method (CatalogSetsDataSet.CatalogSet)
Add a Catalog Set to this CatalogSetsDataSet..::.CatalogSetsDataTable at the specified row.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub AddCatalogSet ( _
row As CatalogSetsDataSet..::.CatalogSet _
)
'Usage
Dim instance As CatalogSetsDataSet..::.CatalogSetsDataTable
Dim row As CatalogSetsDataSet..::.CatalogSet
instance.AddCatalogSet(row)
public void AddCatalogSet(
CatalogSetsDataSet..::.CatalogSet row
)
public:
void AddCatalogSet(
CatalogSetsDataSet..::.CatalogSet^ row
)
public function AddCatalogSet(
row : CatalogSetsDataSet..::.CatalogSet
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet..::.CatalogSet
The row to add the new value.
Remarks
The CatalogSetsDataset 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
CatalogSetsDataSet..::.CatalogSetsDataTable Class