Implemented interface member:
property
ConnectionTimeout
System.Data.IDbConnection.ConnectionTimeout
1 override of ConnectionTimeout
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
96public 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)
96if (owningConnection.ConnectionTimeout > 0) 98int connectionTimeoutMilliseconds = owningConnection.ConnectionTimeout * 1000;