Click or drag to resize

DataAccessCloseCommandConnection Method

Closes the DbCommand's associated db connection if local scope

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.3.0.0 (9.3.0.20251001)
Syntax
public void CloseCommandConnection(
	DbCommand command
)

Parameters

command
Type: System.Data.CommonDbCommand
A DbCommand
See Also