public SqlProviderCommand() { sqlCommand = new SqlCommand(); Parameters = new SqlProviderParameterCollection(this); }