LinqDataSource.CreateView Method ()

 

Creates a new instance of the LinqDataSourceView class that is associated with this control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

abstract CreateView : unit -> LinqDataSourceView
override CreateView : unit -> LinqDataSourceView

Return Value

Type: System.Web.UI.WebControls.LinqDataSourceView

An object that acts as the interface for data-bound controls.

To provide a custom view, you can override this method in a derived class.

.NET Framework
Available since 3.5
Return to top
Show: