Click or drag to resize

DbStatementStatus Enumeration

States of the database statements which are returned from StatActivity

Namespace:  SanteDB.OrmLite.Providers
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public enum DbStatementStatus
Members
  Member nameValueDescription
Idle0 The connection/statement is idle
Active1 The connection/statement is active
Stalled2 The statement is stalled
Other3 Another unknown state
See Also