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