Interface IDataStore
Represents a store that can save and retrieve data
Inherited Members
System.IDisposable.Dispose()
Namespace: NFX.DataAccess
Assembly: NFX.dll
Syntax
public interface IDataStore : IApplicationComponent, IDisposable
Properties
TargetName
Returns the name of the underlying store technology, i.e. "ORACLE". This property is used by some metadata-based validation logic which is target-dependent
Declaration
string TargetName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
TestConnection()
Tests connection and throws an exception if connection could not be established
Declaration
void TestConnection()