AtomsFramework Persistence Layer Reference Guide

ResultSet Class

[This is preliminary documentation and subject to change.]

Class for holding the results of a database query.

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

System.Object
   AtomsFramework.ResultSet

[Visual Basic]
Public Class ResultSet
    Implements IDisposable
[C#]
public class ResultSet : 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

The class, at this stage, only holds an ADO DataSet, however it can be expanded on in future if required.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

ResultSet Members | AtomsFramework Namespace