public:
System::Data::OracleClient::OracleDataReader ^ ExecuteReader();
public System.Data.OracleClient.OracleDataReader ExecuteReader();
member this.ExecuteReader : unit -> System.Data.OracleClient.OracleDataReader
override this.ExecuteReader : unit -> System.Data.OracleClient.OracleDataReader
Public Function ExecuteReader () As OracleDataReader
Returns
An OracleDataReader object.
RemarksWhen the CommandType property is set to StoredProcedure
, the CommandText property should be set to the name of the stored procedure. The command then executes this stored procedure when you call ExecuteReader.
More than one OracleDataReader can be open at any given time.
See also ExecuteReader(CommandBehavior)public:
System::Data::OracleClient::OracleDataReader ^ ExecuteReader(System::Data::CommandBehavior behavior);
public System.Data.OracleClient.OracleDataReader ExecuteReader(System.Data.CommandBehavior behavior);
member this.ExecuteReader : System.Data.CommandBehavior -> System.Data.OracleClient.OracleDataReader
override this.ExecuteReader : System.Data.CommandBehavior -> System.Data.OracleClient.OracleDataReader
Public Function ExecuteReader (behavior As CommandBehavior) As OracleDataReader
Parameters Returns
An OracleDataReader object.
RemarksIf you expect your SQL statement to return only a single row, specifying SingleRow
as the CommandBehavior value may improve application performance.
When the CommandType property is set to StoredProcedure
, the CommandText property should be set to the name of the stored procedure. The command then executes this stored procedure when you call ExecuteReader.
The OracleDataReader supports a special mode that enables large binary values to be read efficiently. For more information, see the SequentialAccess
setting for CommandBehavior.
More than one OracleDataReader can be open at any given time.
See alsoCollaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4