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

Syntax

C#
public abstract class ObjectStoreDataSource<T> : DataSourceControl
where T : new()

Type Parameters

T

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

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.DataSourceControl
      EPiServer.Web.WebControls..::.ObjectStoreDataSource<(Of <(T>)>)

See Also