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