1 implementation of CommandTimeout
System.Data.Entity (1)
System\Data\EntityClient\EntityAdapter.cs (1)
82Int32? IEntityAdapter.CommandTimeout
1 write to CommandTimeout
System.Data.Entity (1)
System\Data\Objects\ObjectContext.cs (1)
2367_adapter.CommandTimeout = this.CommandTimeout;
1 reference to CommandTimeout
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
378int? commandTimeout = adapter.CommandTimeout;