Base class for EPiServer DataSource controls.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public class GenericDataSourceView<T> : DataSourceView, 
	IStateManager
where T : class, IDataSourceMethods, IDataSource

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:EPiServer.Web.WebControls.GenericDataSourceView`1"]

Remarks

ViewState will contain an object array "o" with length 4. The elements will serve the different parameter collections o[0] - SelectParameters o[1] - InsertParameters o[2] - UpdateParameters o[3] - DeleteParameters

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.DataSourceView
    EPiServer.Web.WebControls..::.GenericDataSourceView<(Of <(T>)>)

See Also