wwData.ExecuteReader

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( string SqlCommandString );

Return Value

IDataReader

Parameters

SqlCommandString

Overloads:


See also:

Class wwData

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