Dynamicweb Namespace > Database Class : CreateDataReader Method |
Overload | Description |
---|---|
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. |
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