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