This topic has not yet been rated - Rate this topic

OracleDataAdapter Constructor

Initializes a new instance of the OracleDataAdapter class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method OracleDataAdapter() Initializes a new instance of the OracleDataAdapter class.
Public method OracleDataAdapter(OracleCommand) Initializes a new instance of the OracleDataAdapter class with the specified SQL SELECT statement.
Public method OracleDataAdapter(String, OracleConnection) Initializes a new instance of the OracleDataAdapter class with an SQL SELECT statement and an OracleConnection.
Public method OracleDataAdapter(String, String) Initializes a new instance of the OracleDataAdapter class with an SQL SELECT statement and a connection string.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.