2 implementations of ConnectionTimeout
System.Data.Common (1)
System\Data\Common\DbConnection.cs (1)
30
public virtual int
ConnectionTimeout
=> ADP.DefaultConnectionTimeout;
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); } }