Click or drag to resize
SqlEvents Class
SQL events
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSqlEvents

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static class SqlEvents

The SqlEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberExecuteNonQuery
Fires when non-query is executed
Public fieldStatic memberExecuteQuery
Fires when query is executed
Public fieldStatic memberExecuteReader
Fires when reader is executed
Public fieldStatic memberExecuteScalar
Fires when scalar query is executed
Top
See Also