West Wind Web Store .NET 2.0
|
wwBusiness.ExecuteReader
|
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, IDbDataParameter[] Parameters );
Parameters
Any SQL Parameters created with wwBusiness.CreateParameter.
Overloads:
Last Updated: 3/7/2007 |
Send topic feedback