Specifies the kind of database operation being notified to a ConnectionStrategy.

Namespace:  Mindscape.LightSpeed
Assembly:  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 nameDescription
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.

See Also