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