OracleDataAdapter(string, string)
This constructor creates an instance of an OracleDataAdapter
class with the provided connection string and the command text for the SelectCommand
.
Declaration
// C# public OracleDataAdapter(string selectCommandText, string selectConnectionString);
Parameters
-
selectCommandText
The string that is set as the
CommandText
of theSelectCommand
property of theOracleDataAdapter
. -
selectConnectionString
The connection string.
Remarks
Initial values are set for the following OracleDataAdapter
properties as indicated:
-
MissingMappingAction = MissingMappingAction.Passthrough
-
MissingSchemaAction = MissingSchemaAction.Add