Implemented interface member:
property
Database
System.Data.IDbConnection.Database
2 overrides of Database
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
86public override string Database
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
98public override string Database { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }