Click or drag to resize
IDataClassInsert Method
Inserts current record in the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
void Insert(
	bool initId = true
)

Parameters

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