This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class DatabaseStorage
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class DatabaseStorage

The type exposes the following methods.

Public Methods

  Name Description
Public method CanHandleField
Returns true if this storage handler can handle the given field.
(Inherited from StorageHandler.)
Public method CreateSchema
Creates the schema
(Overrides StorageHandler..::CreateSchema(MetaType, MetaDataSet, CreateSchemaSettings).)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetRelationInfo
Creates a RelationInfo instance that belongs to the MetaField.
(Overrides StorageHandler..::GetRelationInfo(MetaField).)
Public method GetType (Inherited from Object.)
Public method Load
Load the data for the given MetaType
(Overrides StorageHandler..::Load(MetaType, MetaDataSet, LoadSettings).)
Public method Save
Save the modified data of the given MetaField to its data source.
(Overrides StorageHandler..::Save(MetaType, MetaDataSet, SaveSettings).)
Public method SetValue
Sets the value for the field in the dataset.
(Overrides StorageHandler..::SetValue(MetaField, MetaDataSet, LoadSettings, Object).)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method GetMetaFieldDataCache
Tries to get the given data from the MetaField data cache.
(Inherited from StorageHandler.)
Protected method MarkFieldAsLoaded
Marks the given MetaField as loaded for the given MetaDataSet.
(Inherited from StorageHandler.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetMetaFieldDataCache
Sets the data with the given key in the MetaField data cache.
(Inherited from StorageHandler.)
Protected method TryGetMetaFieldDataCache
Tries to get the given data from the MetaField data cache.
(Inherited from StorageHandler.)

See Also

Advanced