Click or drag to resize
IDatabaseAbstracterExecuteReader Method (IDbCommand)
Executes a IDbCommand returning data.

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
IDataReader ExecuteReader(
	IDbCommand cmd
)

Parameters

cmd
Type: System.DataIDbCommand
The IDbCommand to be executed

Return Value

Type: IDataReader
a IDataReader to browse the returned data
See Also