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

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

Parameters

cmd
Type: System.DataIDbCommand
The IDbCommand to close

Implements

IDatabaseAbstracterCloseCommand(IDbCommand)
See Also