2 implementations of CommandTimeout
System.Data (2)
fx\src\data\System\Data\Common\DBCommand.cs (1)
36
abstract public int
CommandTimeout
{
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
141
override public int
CommandTimeout
{ // V1.2.3300, XXXCommand V1.0.5000
1 write to CommandTimeout
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
796
cmd.
CommandTimeout
= this.commandTimeout;