'Declaration Public Function New( _ ByVal commandText As String, _ ByVal connection As SqlConnection _ )
public SqlCommand( string commandText, SqlConnection connection )
Parameters
- commandText
- The text of the query.
- connection
- A SqlConnection object that represents the connection to SQL Server.