Click or drag to resize
IDataClassInsert Method (Boolean)
Inserts current record in the database

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
void Insert(
	bool getId
)

Parameters

getId
Type: SystemBoolean
If true, ID of the new object is initialized
See Also