'Declaration Public Function New( _ ByVal selectCommandText As String, _ ByVal connection As OracleConnection _ )
public OracleDataTable( string selectCommandText, OracleConnection connection )
Parameters
- selectCommandText
- The text of the selection command.
- connection
- A OracleConnection used to connect to the data source.