The SqlContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SqlContext(Object) |
Creates a new SqlContext and pushes it on the stack.
| |
| SqlContext(Object, Object) |
Creates a new SqlContext and pushes it on the stack.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the SqlContext |
Properties
| Name | Description | |
|---|---|---|
| Container |
Returns the container instance.
| |
| Current |
Returns the current SqlContext instance or SqlContext.Empty
if there is no current SqlContext on the stack.
| |
| Disposed |
Returns true if the SqlContext has been disposed of (out of scope).
| |
| Locals |
Returns the local variables instance.
|