DataAccessCloseCommandConnection Method  | 
 
            Closes the DbCommand's associated db connection if local scope
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic void CloseCommandConnection(
	DbCommand command
)
Public Sub CloseCommandConnection ( 
	command As DbCommand
)
Parameters
- command
 - Type: System.Data.CommonDbCommand
A DbCommand 
See Also