3 overrides of DesignTimeVisible
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
298
public override bool
DesignTimeVisible
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommand.cs (1)
302
public override bool
DesignTimeVisible
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
36
public 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)
301
set => _wrappedCommand.
DesignTimeVisible
= value;
1 reference to DesignTimeVisible
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
300
get => _wrappedCommand.
DesignTimeVisible
;