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)
87CommandType = from.CommandType;
10 references to CommandType
System.Data (10)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (8)
87CommandType = from.CommandType; 377Debug.Assert(System.Data.CommandType.Text == CommandType || System.Data.CommandType.StoredProcedure == CommandType, "CreateAccessor: incorrect CommandType"); 598switch(CommandType) { 610throw ADP.InvalidCommandType(CommandType); 960CommandType cmdtype = CommandType; 1105if (CommandType.TableDirect != CommandType) { // MDAC 70946, 71194 1109if (CommandType.TableDirect != CommandType) {
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (2)
104switch (command.CommandType) { 113throw ADP.InvalidCommandType(command.CommandType);