Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Add an InventoryCatalog to this InventoryCatalogsDataSet..::.InventoryCatalogsDataTable at a specified row.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub AddInventoryCatalog ( _
row As InventoryCatalogsDataSet..::.InventoryCatalog _
)
'Usage
Dim instance As InventoryCatalogsDataSet..::.InventoryCatalogsDataTable
Dim row As InventoryCatalogsDataSet..::.InventoryCatalog
instance.AddInventoryCatalog(row)
public void AddInventoryCatalog(
InventoryCatalogsDataSet..::.InventoryCatalog row
)
public:
void AddInventoryCatalog(
InventoryCatalogsDataSet..::.InventoryCatalog^ row
)
public function AddInventoryCatalog(
row : InventoryCatalogsDataSet..::.InventoryCatalog
)
Parameters
- row
Type: Microsoft.CommerceServer.Inventory..::.InventoryCatalogsDataSet..::.InventoryCatalog
The row to add the new value.
Remarks
The InventoryCatalogsDataSet 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
InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Class
InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Members