Base:
property
CommandType
System.Data.Common.DbCommand.CommandType
2 writes to CommandType
System.Data.Entity (1)
System\Data\Objects\ObjectContext.cs (1)
2660
entityCommand.
CommandType
= CommandType.StoredProcedure;
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
190
command.
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)
239
if (CommandType.Text !=
CommandType
)
575
if (CommandType.Text ==
CommandType
)
607
else if (CommandType.StoredProcedure ==
CommandType
)
624
Debug.Assert(CommandType.StoredProcedure == this.
CommandType
);
825
if (this.
CommandType
== CommandType.Text && parameter.Direction != ParameterDirection.Input)