Base:
property
CommandType
System.Data.Common.DbCommand.CommandType
Implemented interface member:
property
CommandType
System.Data.IDbCommand.CommandType
1 write to CommandType
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
87
CommandType
= from.CommandType;
10 references to CommandType
System.Data (10)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (8)
87
CommandType = from.
CommandType
;
377
Debug.Assert(System.Data.CommandType.Text ==
CommandType
|| System.Data.CommandType.StoredProcedure ==
CommandType
, "CreateAccessor: incorrect CommandType");
598
switch(
CommandType
) {
610
throw ADP.InvalidCommandType(
CommandType
);
960
CommandType cmdtype =
CommandType
;
1105
if (CommandType.TableDirect !=
CommandType
) { // MDAC 70946, 71194
1109
if (CommandType.TableDirect !=
CommandType
) {
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (2)
104
switch (command.
CommandType
) {
113
throw ADP.InvalidCommandType(command.
CommandType
);