IDataClassInsert Method (Boolean) |
Inserts current record in the database
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax void Insert(
bool getId
)
Parameters
- getId
- Type: SystemBoolean
If true, ID of the new object is initialized
See Also