The interface for accessing and updating data in a Brightstar store using the data object abstraction.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public interface IDataObjectStore : IDisposable
Visual Basic
Public Interface IDataObjectStore
	Inherits IDisposable
Visual C++
public interface class IDataObjectStore : IDisposable
F#
type IDataObjectStore =  
    interface
        interface IDisposable
    end

See Also