Ejemplo n.º 1
0
 public SqlProviderCommand()
 {
     sqlCommand = new SqlCommand();
     Parameters = new SqlProviderParameterCollection(this);
 }