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