3 references to SqlCommand
System.Web (1)
Management\SqlWebEventProvider.cs (1)
184
SqlCommand sqlCommand = new
SqlCommand
(SP_LOG_EVENT);
System.Workflow.Runtime (2)
Tracking\SqlTrackingQuery.cs (2)
169
SqlCommand cmd = new
SqlCommand
("[dbo].[GetWorkflows]");
183
SqlCommand cmd = new
SqlCommand
("[dbo].[GetWorkflows]");