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