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