Base:
property
CommandType
System.Data.Common.DbCommand.CommandType
2 writes to CommandType
System.Data.Entity (1)
System\Data\Objects\ObjectContext.cs (1)
2660entityCommand.CommandType = CommandType.StoredProcedure;
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
190command.CommandType = CommandType.Text;
6 references to CommandType
System.Data.Entity (6)
System\Data\Common\QueryCache\EntityClientCacheKey.cs (1)
59_commandType = entityCommand.CommandType;
System\Data\EntityClient\EntityCommand.cs (5)
239if (CommandType.Text != CommandType) 575if (CommandType.Text == CommandType) 607else if (CommandType.StoredProcedure == CommandType) 624Debug.Assert(CommandType.StoredProcedure == this.CommandType); 825if (this.CommandType == CommandType.Text && parameter.Direction != ParameterDirection.Input)