The SqlContext type exposes the following members.

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