This documentation is archived and is not being maintained.
DataContext::CommandTimeout Property
Visual Studio 2010
Increases the time-out period for queries that would otherwise time out during the default time-out period.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
This property gets or sets the command time-out used to execute generated commands (IDbCommands). For more information, see CommandTimeout.
When this property is not set, the default value of CommandTimeout is used for query command execution. This default value is set by the storage provider. Note that some providers may throw exceptions if this value is set to a non-zero value.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: