Click or drag to resize
IDataClassDataStore Interface
Declares operations for storing data of an IDataClass instance.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public interface IDataClassDataStore

The IDataClassDataStore type exposes the following members.

Methods
  NameDescription
Public methodDelete
Deletes dataClass from the store.
Public methodInsert
Inserts dataClass into the store.
Public methodUpdate
Updates dataClass in the store.
Public methodUpsert
Updates or inserts dataClass in the store.
Top
See Also