System.Web.Entity.Design
Provides design-time support in a visual designer for the control.
Creates a new instance of the .
Gets a value that indicates whether the method can be called by the design host.
if the method can be called; otherwise, .
Gets a value that indicates whether the method can be called by the design host.
if the method can be called; otherwise, .
Gets or sets the property of the control.
The value of the property.
Launches the data source configuration utility in the design host.
Gets or sets the property of the control.
The value of the property.
Gets or sets the property of the control.
The value of the property.
Gets or sets the property of the control.
The value of the property.
Gets or sets the property of the control.
The value of the property.
Returns a data source view that has the specified name.
The name of the view to return.
An object with the name specified by .
Gets a list of available views.
A collection with one element that contains the name "DefaultView".
Initializes the control designer and loads the specified component.
An object to initialize.
Gets or sets the property of the control.
The value of the property.
Used by the designer to add properties or remove properties in the properties grid, or to shadow properties of the associated control.
The properties to be filtered.
Refreshes the schema from the underlying data source.
to suppress all data source events until the schema is refreshed.
Gets or sets the property of the control.
The value of the property.
Gets or sets the property of the control.
The value of the property.
Provides a design-time view of data for the class.
Creates a new instance of the class with the provided data source designer.
The parent object.
Gets a value that indicates whether the object that is associated with the current control supports deletes.
if deletes are supported; otherwise, .
Gets a value that indicates whether the object that is associated with the current control supports inserts.
if inserts are supported; otherwise, .
Gets a value that indicates whether the object that is associated with the current control supports paging through data returned by a query.
if paging is supported; otherwise, .
Gets a value that indicates whether the object that is associated with the current control supports a sorted view of the underlying data source.
if sorting is supported; otherwise, .
Gets a value that indicates whether the object that is associated with the current control supports updates.
if updates are supported; otherwise, .
Gets the design-time data that matches the schema of the associated data source control by using the specified number of rows.
The minimum number of rows to return.
to indicate that the returned data is sample data; to indicate that the returned data is live data.
The data to display at design time.
Gets the schema that describes the data source view that is represented by the current view object.
An object that represents the schema.