Base:
property
CommandTimeout
System.Data.Common.DbCommand.CommandTimeout
3 writes to CommandTimeout
System.Data.Entity (2)
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
172
entityCommand.
CommandTimeout
= context.CommandTimeout.Value;
System\Data\Objects\ObjectContext.cs (1)
2665
entityCommand.
CommandTimeout
= this.CommandTimeout.Value;
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
191
command.
CommandTimeout
= 0;
1 reference to CommandTimeout
System.Data.Entity (1)
System\Data\Common\Utils\CommandHelper.cs (1)
105
storeProviderCommand.CommandTimeout = entityCommand.
CommandTimeout
;