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: 8.1.3.0 (8.1.3.20220620)
Syntax
public void CloseCommandConnection(
	DbCommand command
)

Parameters

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