6.6.2.2 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

  • selectCommand

    The OracleCommand that is to be set as the SelectCommand property.

Remarks

Initial values are set for the following OracleDataAdapter properties as indicated:

  • MissingMappingAction = MissingMappingAction.Passthrough

  • MissingSchemaAction = MissingSchemaAction.Add