Interface IDataStore
Represents a store that can save and retrieve data
Inherited Members
Namespace: Azos.Data.Access
Assembly: Azos.dll
Syntax
public interface IDataStore : IApplicationComponent
Properties
TargetName
Returns the name of the underlying store technology, example: "ORACLE", "MongoDB" etc. 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 connectivity/operation and throws an exception if connection could not be established
Declaration
void TestConnection()