3 overrides of DesignTimeVisible
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
298public override bool DesignTimeVisible
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommand.cs (1)
302public override bool DesignTimeVisible
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
36public override bool DesignTimeVisible { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
1 write to DesignTimeVisible
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
301set => _wrappedCommand.DesignTimeVisible = value;
1 reference to DesignTimeVisible
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
300get => _wrappedCommand.DesignTimeVisible;