AtomsFramework Persistence Layer Reference Guide

AtomsSqlStatement Class

[This is preliminary documentation and subject to change.]

This class is a wrapper for a string containing an SQL statement.

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

System.Object
   AtomsFramework.AtomsSqlStatement

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

It contains functionality for adding a sub string to the end of the statement and for holding the resultset that comes from executing the statement.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AtomsSqlStatement Members | AtomsFramework Namespace