Click or drag to resize
IDataClassInsert Method

Note: This API is now obsolete.

Inserts current record in the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use CMS.Core.Service.Resolve<CMS.DataEngine.IDataClassDataStore>().Insert(CMS.DataEngine.IDataClass, bool) instead.")]
void Insert(
	bool initId = true
)

Parameters

initId (Optional)
Type: SystemBoolean
If true, ID of the new object is initialized.
See Also