Saves the Product along with all of its child records to the database.
Namespace:
Asi.iBO.Commerce
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function Save ( _
server As DataServer _
) As Boolean |
Parameters
- server
- Type: Asi.iBO..::.DataServer
The DataServer object to use to do the save. A new database transaction is created to commit or rollback the entire
product record at once.
Return Value
True if all goes well, false if an error occurs. If false, check the Errors property for details.
See Also