Click or drag to resize
ConfigCloseCommand Method
Closes a IDbCommand and if the abstracter is not in transaction mode, its underlying connection.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void CloseCommand(
	IDbCommand cmd
)

Parameters

cmd
Type: System.DataIDbCommand
The IDbCommand to close

Implements

IDatabaseAbstracterCloseCommand(IDbCommand)
See Also