2 references to BeginExecuteNonQuery
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
1239
return
BeginExecuteNonQuery
(null, null);
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1065
result = this.command.
BeginExecuteNonQuery
(commandCallback, this);