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

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

Parameters

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

Implements

IDataClassInsert(Boolean)
See Also