Execute a SqlCommand (that returns no resultset and takes no parameters) against the database specified in
the connection string.
[Visual Basic] Overloads Public Shared Function ExecuteNonQuery( _ ByVal context As SqlContext, _ ByVal commandType As CommandType, _ ByVal commandText As String _ ) As Integer