Defines a sql context block. This class is used in a using(new SqlContext()) code block to delimit a local context. The constructor can take the reference to the local variables encapsulating class and to the current object. Both references are used by the interpreter to evaluate bind variables.

Namespace: PPJ.Runtime.Sql
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public class SqlContext : IDisposable

Inheritance Hierarchy

System..::..Object
  PPJ.Runtime.Sql..::..SqlContext

See Also