Implemented interface member:
property
CommandType
System.Data.IDbCommand.CommandType
4 overrides of CommandType
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
213override public CommandType CommandType {
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
174override public CommandType CommandType {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
701override public CommandType CommandType { // V1.2.3300, XXXCommand V1.0.5000
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
293public override CommandType CommandType
21 writes to CommandType
System.Data (1)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
1310command.CommandType = CommandType.Text;
System.Web (4)
UI\WebControls\SqlDataSourceView.cs (4)
814command.CommandType = GetCommandType(DeleteCommandType); 850command.CommandType = GetCommandType(InsertCommandType); 942command.CommandType = GetCommandType(SelectCommandType); 1159command.CommandType = GetCommandType(UpdateCommandType);
System.Workflow.Runtime (16)
Hosting\SqlWorkflowPersistenceService.cs (1)
565command.CommandType = CommandType.StoredProcedure;
Tracking\SqlTrackingService.cs (15)
277cmd.CommandType = CommandType.StoredProcedure; 369cmd.CommandType = CommandType.StoredProcedure; 630cmd.CommandType = CommandType.StoredProcedure; 828command.CommandType = CommandType.StoredProcedure; 867command.CommandType = CommandType.StoredProcedure; 1238command.CommandType = CommandType.StoredProcedure; 1291command.CommandType = CommandType.StoredProcedure; 1419command.CommandType = CommandType.StoredProcedure; 1536command.CommandType = CommandType.StoredProcedure; 1733command.CommandType = CommandType.StoredProcedure; 1834command.CommandType = CommandType.StoredProcedure; 1912command.CommandType = CommandType.StoredProcedure; 1975command.CommandType = CommandType.StoredProcedure; 2098command.CommandType = CommandType.StoredProcedure; 2123command.CommandType = CommandType.StoredProcedure;
1 reference to CommandType
System.Web (1)
UI\WebControls\SqlDataSourceView.cs (1)
956if (command.CommandType != CommandType.StoredProcedure) {