GenericDatabase.ExecuteReader Method
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Overload List
Name | Description | |
---|---|---|
ExecuteReader(DbCommand) | Executes the command and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished. |
|
ExecuteReader(CommandType, String) | Executes the commandText interpreted as specified by the commandType and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished. |
|
ExecuteReader(DbCommand, DbTransaction) | Executes the command within a transaction and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished. |
|
ExecuteReader(String, array<Object>) | Executes the storedProcedureName with the given parameterValues and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished. |
|
ExecuteReader(DbTransaction, CommandType, String) | Executes the commandText interpreted as specified by the commandType within the given transaction and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished. |
|
ExecuteReader(DbTransaction, String, array<Object>) | Executes the storedProcedureName with the given parameterValues within the given transaction and returns an IDataReader through which the result can be read. It is the responsibility of the caller to close the connection and reader when finished. |
See Also
Microsoft.Practices.EnterpriseLibrary.Data Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |