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