Saves the Product along with all of its child records to the database using the specified DataServer.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public override bool Save( DataServer server ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Save ( _ server As DataServer _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Save( DataServer^ server ) override |
Parameters
- server
- Type: Asi.iBO..::.DataServer
The existing DataServer to use to do the save.