EntityCommand.DesignTimeVisible Property

 

Gets or sets a value that indicates whether the command object should be visible in a Windows Form Designer control.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override bool DesignTimeVisible { get; set; }

Property Value

Type: System.Boolean

true if the command object should be visible in a Windows Form Designer control; otherwise, false.