AtomsFramework Persistence Layer Reference Guide

IRelationalDatabase Interface

[This is preliminary documentation and subject to change.]

The standard interface for relational database interaction. All databases to be supported by the framework must be managed via a class that implements this interface.

For a list of all members of this type, see IRelationalDatabase Members.

[Visual Basic]
Public Interface IRelationalDatabase
    Implements IDisposable
[C#]
public interface IRelationalDatabase : IDisposable

Types that implement IRelationalDatabase

Type Description
RelationalDatabase Abstract class containing most of the code required by the IRelationalDatabase interface.

Remarks

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

IRelationalDatabase Members | AtomsFramework Namespace