Executes the specified command and returns a DataReader object. Also returns a connection object via the connection output parameter. It is the responsibility of the caller to close the connection when finished with the DataReader
public virtual IDataReader ExecuteReader( IDbCommand command );
Return Value
IDataReader
Parameters
command
Sql command object
Overloads:
See also:
Class wwData© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic