Skip to content

Commit

Permalink
add DesignerCategory attribute to try and prvent project SubType bein…
Browse files Browse the repository at this point in the history
…g generated
  • Loading branch information
Wraith2 committed Apr 20, 2021
1 parent 10a564c commit dbb969f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ namespace Microsoft.Data.SqlClient
[
DefaultEvent("RecordsAffected"),
ToolboxItem(true),
Designer("Microsoft.VSDesigner.Data.VS.SqlCommandDesigner, " + AssemblyRef.MicrosoftVSDesigner)
Designer("Microsoft.VSDesigner.Data.VS.SqlCommandDesigner, " + AssemblyRef.MicrosoftVSDesigner),
DesignerCategory("")
]
public sealed class SqlCommand : DbCommand, ICloneable
{
Expand Down

0 comments on commit dbb969f

Please sign in to comment.