OracleDataAdapter(OracleCommand)
This constructor creates an instance of an OracleDataAdapter class with the provided OracleCommand as the SelectCommand.
                  
Declaration
// C#
public OracleDataAdapter(OracleCommand selectCommand);Parameters
- 
                        selectCommandThe OracleCommandthat is to be set as theSelectCommandproperty.
Remarks
Initial values are set for the following OracleDataAdapter properties as indicated:
                  
- 
                        MissingMappingAction = MissingMappingAction.Passthrough
- 
                        MissingSchemaAction = MissingSchemaAction.Add