[This is preliminary documentation and is subject to change.]
Represents a store that can save and retrieve data
Namespace: NFX.DataAccessAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public interface IDataStoreImplementation : IDataStore,
IApplicationComponent, IDisposable, IConfigurable, IInstrumentable, IExternallyParameterized
public interface IDataStoreImplementation : IDataStore,
IApplicationComponent, IDisposable, IConfigurable, IInstrumentable, IExternallyParameterized
Public Interface IDataStoreImplementation
Inherits IDataStore, IApplicationComponent, IDisposable, IConfigurable,
IInstrumentable, IExternallyParameterized
Public Interface IDataStoreImplementation
Inherits IDataStore, IApplicationComponent, IDisposable, IConfigurable,
IInstrumentable, IExternallyParameterized
public interface class IDataStoreImplementation : IDataStore,
IApplicationComponent, IDisposable, IConfigurable, IInstrumentable, IExternallyParameterized
public interface class IDataStoreImplementation : IDataStore,
IApplicationComponent, IDisposable, IConfigurable, IInstrumentable, IExternallyParameterized
type IDataStoreImplementation =
interface
interface IDataStore
interface IApplicationComponent
interface IDisposable
interface IConfigurable
interface IInstrumentable
interface IExternallyParameterized
end
type IDataStoreImplementation =
interface
interface IDataStore
interface IApplicationComponent
interface IDisposable
interface IConfigurable
interface IInstrumentable
interface IExternallyParameterized
end