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