AtomsFramework Persistence Layer Reference Guide

RelationalDatabase Class

[This is preliminary documentation and subject to change.]

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

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

System.Object
   AtomsFramework.RelationalDatabase

[Visual Basic]
MustInherit Public Class RelationalDatabase
    Implements IRelationalDatabase, IDisposable
[C#]
public abstract class RelationalDatabase : IRelationalDatabase, IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class contains most of the generic information required by the database interface, with only a few methods that must be implemented by the database specific provider classes.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

RelationalDatabase Members | AtomsFramework Namespace