Data storage plugin interface.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public interface IDataStore
Visual Basic (Declaration)
Public Interface IDataStore
Visual C++
public interface class IDataStore

Remarks

Implement this interface to create a data storage plugin.

See Also