'Declaration Public Function New( _ ByVal selectCommand As OracleCommand, _ ByVal connection As OracleConnection _ )
public OracleDataTable( OracleCommand selectCommand, OracleConnection connection )
Parameters
- selectCommand
- A OracleCommand object used to select rows from the data source.
- connection
- A OracleConnection used to connect to the data source.