2 overrides of DataSource
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnection.cs (1)
107public override string DataSource
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
100public override string DataSource { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }