39 references to CreateCommand
System.Data (2)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1299command = select.Connection.CreateCommand();
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (1)
144command = connection.CreateCommand();
System.Data.Entity (1)
System\Data\Objects\ObjectContext.cs (1)
3197DbCommand command = this._connection.StoreConnection.CreateCommand();
System.Data.Linq (4)
SqlClient\SqlProvider.cs (4)
387using (DbCommand c = con.CreateCommand()) { 795IDbCommand cmd = this.conManager.Connection.CreateCommand(); 1034DbCommand cmd = con.CreateCommand(); 1281DbCommand cmd = this.conManager.Connection.CreateCommand();
System.Web.Extensions (29)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (10)
383DbCommand cmd = conn.CreateCommand(); 421DbCommand cmd = conn.CreateCommand(); 426cmd = conn.CreateCommand(); 432cmd = conn.CreateCommand(); 506cmd = conn.CreateCommand(); 512cmd = conn.CreateCommand(); 519cmd = conn.CreateCommand(); 526cmd = conn.CreateCommand(); 621DbCommand cmd = conn.CreateCommand(); 627cmd = conn.CreateCommand();
ClientServices\Providers\ClientRoleProvider.cs (6)
222DbCommand cmd = conn.CreateCommand(); 228cmd = conn.CreateCommand(); 272cmd = conn.CreateCommand(); 279cmd = conn.CreateCommand(); 324DbCommand cmd = conn.CreateCommand(); 337cmd = conn.CreateCommand();
ClientServices\Providers\ClientSettingsProvider.cs (6)
689DbCommand cmd = conn.CreateCommand(); 789DbCommand cmd = conn.CreateCommand(); 795cmd = conn.CreateCommand(); 872DbCommand cmd = conn.CreateCommand(); 882DbCommand cmd = conn.CreateCommand(); 887cmd = conn.CreateCommand();
ClientServices\Providers\SqlHelper.cs (7)
86DbCommand cmd = connection.CreateCommand(); 107DbCommand cmd = connection.CreateCommand(); 115cmd = connection.CreateCommand(); 150DbCommand cmd = connection.CreateCommand(); 220DbCommand cmd = conn.CreateCommand(); 227cmd = conn.CreateCommand(); 230cmd = conn.CreateCommand();
System.Workflow.Runtime (3)
Hosting\DbResourceAllocator.cs (1)
228DbCommand command = dbConnection.CreateCommand();
Tracking\SqlTrackingService.cs (2)
1487DbCommand command = conn.CreateCommand(); 1657DbCommand command = conn.CreateCommand();