  | IDbProviderCanCancelCommands Property  | 
 
             True if this provider can cancel commands
            
 
    Namespace: 
   SanteDB.OrmLite.Providers
    Assembly:
   SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntaxbool CanCancelCommands { get; }ReadOnly Property CanCancelCommands As Boolean
	Get
property bool CanCancelCommands {
	bool get ();
}abstract CanCancelCommands : bool with get
Property Value
Type: 
Boolean
See Also