1 implementation of CommandTimeout
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
244int IProvider.CommandTimeout {
1 write to CommandTimeout
System.Data.Linq (1)
DataContext.cs (1)
240this.provider.CommandTimeout = value;
1 reference to CommandTimeout
System.Data.Linq (1)
DataContext.cs (1)
236return this.provider.CommandTimeout;