OracleDataAdapter Constructors
OracleDataAdapter constructors create new instances of an OracleDataAdapter class.
                  
Overload List:
- 
                        
                        This constructor creates an instance of an OracleDataAdapterclass.
- 
                        OracleDataAdapter(OracleCommand) This constructor creates an instance of an OracleDataAdapterclass with the providedOracleCommandas theSelectCommand.
- 
                        OracleDataAdapter(string, OracleConnection) This constructor creates an instance of an OracleDataAdapterclass with the providedOracleConnectionobject and the command text for theSelectCommand.
- 
                        OracleDataAdapter(string, string) This constructor creates an instance of an OracleDataAdapterclass with the provided connection string and the command text for theSelectCommand.