wwBusiness.ExecuteReader

Executes a Sql command and returns a DataReader object.

Data Readers read data in stream format, so the connection is kept open while reading! It's important you call Reader.Close() to close the connection!

public IDataReader ExecuteReader( IDbCommand SqlCommand );

Return Value

IDataReader

Parameters

SqlCommand

Overloads:


See also:

Class wwBusiness

© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic