Base:
property
ContextTypeName
System.Web.UI.WebControls.ContextDataSourceView.ContextTypeName
2 writes to ContextTypeName
System.Web.Extensions (2)
UI\WebControls\LinqDataSource.cs (2)
139View.ContextTypeName = value; 586View.ContextTypeName = value.AssemblyQualifiedName;
2 references to ContextTypeName
System.Web.Extensions (2)
UI\WebControls\LinqDataSource.cs (1)
136return View.ContextTypeName;
UI\WebControls\LinqDataSourceView.cs (1)
111string typeName = ContextTypeName;