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: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
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