| IDatabaseAbstracterCloseCommand Method |
Closes a IDbCommand and if the abstracter is not in transaction mode, its underlying connection.
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxvoid CloseCommand(
IDbCommand cmd
)
Sub CloseCommand (
cmd As IDbCommand
)
void CloseCommand(
IDbCommand^ cmd
)
abstract CloseCommand :
cmd : IDbCommand -> unit
Parameters
- cmd
- Type: System.DataIDbCommand
The IDbCommand to close
See Also