1 write to sqlCommand
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
279
this.
sqlCommand
= new SqlCommand();
12 references to sqlCommand
System.Activities.DurableInstancing (12)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (12)
167
StoreUtilities.TraceSqlCommand(thisPtr.
sqlCommand
, false);
193
using (thisPtr.
sqlCommand
)
231
if (thisPtr.
sqlCommand
.Connection != null)
233
thisPtr.
sqlCommand
.Connection.Close();
280
this.GenerateSqlCommand(this.
sqlCommand
);
281
this.
sqlCommand
.CommandText = this.GetSqlCommandText();
282
this.
sqlCommand
.CommandType = this.GetSqlCommandType();
284
StoreUtilities.TraceSqlCommand(this.
sqlCommand
, true);
285
SqlCommandAsyncResult sqlCommandResult = new SqlCommandAsyncResult(this.
sqlCommand
, this.ConnectionString,
311
if (this.
sqlCommand
.Connection != null)
313
this.
sqlCommand
.Connection.Close();
316
this.
sqlCommand
.Dispose();