1 implementation of CommandTimeout
System.Data.Entity (1)
System\Data\EntityClient\EntityAdapter.cs (1)
82
Int32? 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)
378
int? commandTimeout = adapter.
CommandTimeout
;