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