Click or drag to resize
DataClassInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	DataClassInfo info
)

Parameters

info
Type: CMS.DataEngineDataClassInfo
Object to insert / update
See Also