net35
namespace System.Web.UI.WebControls
{
[DefaultEvent("Selecting")]
[DefaultProperty("ContextTypeName")]
[Designer("System.Web.UI.Design.WebControls.LinqDataSourceDesigner, System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
[ParseChildren(true)]
[PersistChildren(false)]
[ToolboxBitmap(typeof(LinqDataSource), "LinqDataSource.ico")]
[ToolboxItemFilter("System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", ToolboxItemFilterType.Require)]
public class LinqDataSource : DataSourceControl, IDynamicDataSource, IDataSource
{
protected override object SaveViewState();
}
}
.NET Framework | 3.5 |
---|---|
Information specific to net35 | |
Assembly | System.Web.Extensions , Version=3.5.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |