| FirebirdSQLProviderCanCancelCommands Property |
True if commands can be cancel
Namespace:
SanteDB.OrmLite.Providers.Firebird
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public bool CanCancelCommands { get; }
Public ReadOnly Property CanCancelCommands As Boolean
Get
public:
virtual property bool CanCancelCommands {
bool get () sealed;
}
abstract CanCancelCommands : bool with get
override CanCancelCommands : bool with get
Property Value
Type:
BooleanImplements
IDbProviderCanCancelCommandsSee Also