16 references to SqlCommand
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
231
SqlCommand newCommand = new
SqlCommand
()
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
279
this.sqlCommand = new
SqlCommand
();
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlClientFactory.cs (1)
32
return new
SqlCommand
();
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
404
public SqlCommand(string cmdText) :
this
() {
408
public SqlCommand(string cmdText, SqlConnection connection) :
this
() {
413
public SqlCommand(string cmdText, SqlConnection connection, SqlTransaction transaction) :
this
() {
419
public SqlCommand(string cmdText, SqlConnection connection, SqlTransaction transaction, SqlCommandColumnEncryptionSetting columnEncryptionSetting) :
this
() {
426
private SqlCommand(SqlCommand from) :
this
() { // Clone
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
51
_batchCommand = new
SqlCommand
();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
142
_com = new
SqlCommand
();
360
SqlCommand com = new
SqlCommand
();
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
96
SqlCommand command = new
SqlCommand
();
System.Workflow.Runtime (4)
Tracking\SqlTrackingWorkflowInstance.cs (4)
550
SqlCommand cmd = new
SqlCommand
();
667
cmd = new
SqlCommand
();
760
SqlCommand cmd = new
SqlCommand
();
852
SqlCommand cmd = new
SqlCommand
();