Implemented interface member:
property
ConnectionTimeout
System.Data.IDbConnection.ConnectionTimeout
1 override of ConnectionTimeout
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
96
public override int
ConnectionTimeout
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
2 references to ConnectionTimeout
System.Data.Odbc (2)
Common\System\Data\ProviderBase\DbConnectionFactory.cs (2)
96
if (owningConnection.
ConnectionTimeout
> 0)
98
int connectionTimeoutMilliseconds = owningConnection.
ConnectionTimeout
* 1000;