 | FirebirdSQLProviderCanCancelCommands Property |
True if commands can be cancel
Namespace: SanteDB.OrmLite.Providers.FirebirdAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntaxpublic 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
BooleanImplements
IDbProviderCanCancelCommands
See Also