SqlEvents Class |
Namespace: CMS.DataEngine
public static class SqlEvents
The SqlEvents type exposes the following members.
Name | Description | |
---|---|---|
BulkInsert |
Fires when bulk insert is executed.
| |
ExecuteNonQuery |
Fires when non-query is executed.
| |
ExecuteQuery |
Fires when query is executed.
| |
ExecuteReader |
Fires when reader is executed.
| |
ExecuteScalar |
Fires when scalar query is executed.
|