2 implementations of CommandTimeout
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
22public abstract int CommandTimeout { get; set; }
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
22public override int CommandTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }