Click or drag to resize

SQLHandler Class

Provides a singleton handler for SQL queries with SQL server.
Inheritance Hierarchy
SystemObject
  CADSharpTools.DatabaseSQLHandler

Namespace:  CADSharpTools.Database
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class SQLHandler

The SQLHandler type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConnection
Singleton's SqlConnection object.
Public propertyStatic memberConnectionString
Singleton's connection string.
Top
Methods
Remarks
See Also