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.1.0.0 (9.1.0.20241025)
Syntax
public void CloseCommandConnection(
	DbCommand command
)

Parameters

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