Specifies the kind of database operation being notified to a ConnectionStrategy.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public enum DatabaseOperationKind |
| Visual Basic (Declaration) |
|---|
Public Enumeration DatabaseOperationKind |
Members
| Member name | Description | |
|---|---|---|
| Query |
A query operation.
| |
| DataReaderClose |
The closing of a data reader associated with a previous query.
| |
| SaveChanges |
A save operation. This may be a batch operation involving multiple commands:
LightSpeed does not notify each command separately.
|