LinqDataSource.CreateView Method ()
.NET Framework (current version)
Creates a new instance of the LinqDataSourceView class that is associated with this control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
abstract CreateView : unit -> LinqDataSourceView override CreateView : unit -> LinqDataSourceView
Return Value
Type: System.Web.UI.WebControls.LinqDataSourceViewAn 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
Available since 3.5
Show: