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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a new InventoryCatalog with the same schema as InventoryCatalogsDataSet..::.InventoryCatalogsDataTable.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function NewInventoryCatalog As InventoryCatalogsDataSet..::.InventoryCatalog
'Usage
Dim instance As InventoryCatalogsDataSet..::.InventoryCatalogsDataTable
Dim returnValue As InventoryCatalogsDataSet..::.InventoryCatalog
returnValue = instance.NewInventoryCatalog()
public InventoryCatalogsDataSet..::.InventoryCatalog NewInventoryCatalog()
public:
InventoryCatalogsDataSet..::.InventoryCatalog^ NewInventoryCatalog()
public function NewInventoryCatalog() : InventoryCatalogsDataSet..::.InventoryCatalog
Return Value
Type: Microsoft.CommerceServer.Inventory..::.InventoryCatalogsDataSet..::.InventoryCatalog
An InventoryCatalog.
Remarks
The returned InventoryCatalog contains the InventoryCatalogName, InventoryCatalogDescription, DateCreated, LastModified, and TimeStamp
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