Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | May 4, 2011 3:30:31 PM |
Updated | Jan 30, 2012 7:52:48 PM |
Priority | Major |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | eugene legkiy (jenya.legkiy) |
Subsystem | No subsystem |
Affected versions | 5.1.3 |
Fixed in build | No Fixed in build |
To reproduce just use the context action on the "command" variable.
private void Test() { SqlCommand command = new SqlCommand("Select 1"); // my comment // my comment 2 command.CommandType = CommandType.Text; command.ExecuteNonQuery(); }