2 implementations of Database
System.Data.Common (1)
System\Data\Common\DbConnection.cs (1)
32public abstract string Database { get; }
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
98public override string Database { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }