The SqlContext type exposes the following members.

Constructors

  NameDescription
Public methodSqlContext(Object)
Creates a new SqlContext and pushes it on the stack.
Public methodSqlContext(Object, Object)
Creates a new SqlContext and pushes it on the stack.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the SqlContext

Properties

  NameDescription
Public propertyContainer
Returns the container instance.
Public propertyStatic memberCurrent
Returns the current SqlContext instance or SqlContext.Empty if there is no current SqlContext on the stack.
Public propertyDisposed
Returns true if the SqlContext has been disposed of (out of scope).
Public propertyLocals
Returns the local variables instance.

See Also