Click or drag to resize
ConfigCloseReader Method
Closes a IDataReader and if the abstracter is not in transaction mode, its underlying connection.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void CloseReader(
	IDataReader reader
)

Parameters

reader
Type: System.DataIDataReader
The IDataReader to close

Implements

IDatabaseAbstracterCloseReader(IDataReader)
See Also