IDataClassDataStoreInsert Method |
Inserts dataClass into the store.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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