AtomsFramework Persistence Layer Reference Guide

IConnection Interface

[This is preliminary documentation and subject to change.]

Standard interface for connections to a persistent data storage mechanism (ie a database).

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

[Visual Basic]
Public Interface IConnection
[C#]
public interface IConnection

Remarks

This interface should be implemented by all database providers.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

IConnection Members | AtomsFramework Namespace