| IDataClassDataStore Interface |
Namespace: CMS.DataEngine
public interface IDataClassDataStore
The IDataClassDataStore type exposes the following members.
| Name | Description | |
|---|---|---|
| Delete |
Deletes dataClass from the store.
| |
| Insert |
Inserts dataClass into the store.
| |
| Update |
Updates dataClass in the store.
| |
| Upsert |
Updates or inserts dataClass in the store.
|