Click or drag to resize
IDataClassDataStoreInsert Method
Inserts dataClass into the store.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
void Insert(
	IDataClass dataClass,
	bool initializeId = true
)

Parameters

dataClass
Type: CMS.DataEngineIDataClass
Data class to be inserted.
initializeId (Optional)
Type: SystemBoolean
A value indicating whether to set the dataClass's ID column value to the value of the inserted record.
See Also