Inserts current record in the database.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax void Insert(
bool initId = true
)
Parameters
- initId (Optional)
- Type: SystemBoolean
If true, ID of the new object is initialized.
See Also