Base:
property
CommandType
System.Data.Common.DbCommand.CommandType
Implemented interface member:
property
CommandType
System.Data.IDbCommand.CommandType
1 write to CommandType
System.Data.OleDb (1)
OleDbCommand.cs (1)
77CommandType = from.CommandType;
10 references to CommandType
System.Data.OleDb (10)
OleDbCommand.cs (8)
77CommandType = from.CommandType; 389Debug.Assert(System.Data.CommandType.Text == CommandType || System.Data.CommandType.StoredProcedure == CommandType, "CreateAccessor: incorrect CommandType"); 645switch (CommandType) 658throw ADP.InvalidCommandType(CommandType); 1039CommandType cmdtype = CommandType; 1188if (CommandType.TableDirect != CommandType) 1193if (CommandType.TableDirect != CommandType)
OleDbCommandBuilder.cs (2)
111switch (command.CommandType) 121throw ADP.InvalidCommandType(command.CommandType);