  | 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
Syntaxpublic enum DbStatementStatus
Public Enumeration DbStatementStatus
public enum class DbStatementStatus
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Idle | 0 | 
            The connection/statement is idle
             | 
 | Active | 1 | 
            The connection/statement is active
             | 
 | Stalled | 2 | 
            The statement is stalled
             | 
 | Other | 3 | 
            Another unknown state
             | 
See Also