Dynamicweb 8 Documentation
CreateDataReader Method

Creates a DataReader by sending the sql to the Connection and build an IDataReader.
Overload List
OverloadDescription
CreateDataReader(String)Creates a DataReader by sending the sql to the Connection and build an IDataReader.  
CreateDataReader(String,String)Creates a DataReader by sending the sql to the Connection and build an IDataReader.  
CreateDataReader(String,IDbConnection)Creates a DataReader by sending the sql to the Connection and build an IDataReader.  
CreateDataReader(String,IDbConnection,IDbTransaction)Creates a DataReader by sending the sql to the Connection and build an IDataReader.  
CreateDataReader(String,String,Int32)Creates a DataReader by sending the sql to the Connection and build an IDataReader.  
CreateDataReader(String,IDbConnection,Int32)Creates a DataReader by sending the sql to the Connection and build an IDataReader.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Database Class
Database Members

Send Feedback