Saves the CProductCategory to the database using the supplied DataServer.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public bool Save( DataServer server ) |
| Visual Basic (Declaration) |
|---|
Public Function Save ( _ server As DataServer _ ) As Boolean |
| Visual C++ |
|---|
public: bool Save( DataServer^ server ) |
Parameters
- server
- Type: Asi.iBO..::.DataServer
The DataServer object to use for the save. Useful for bulk loading contacts.