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

Parameters

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