1 override of ContextTypeName
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceView.cs (1)
128
public override string
ContextTypeName
{
1 write to ContextTypeName
System.Web.Extensions (1)
UI\WebControls\ContextDataSource.cs (1)
36
View.
ContextTypeName
= value;
3 references to ContextTypeName
System.Web.Extensions (3)
UI\WebControls\ContextDataSource.cs (1)
33
return View.
ContextTypeName
;
UI\WebControls\ContextDataSourceView.cs (2)
87
if (_contextType == null && !String.IsNullOrEmpty(
ContextTypeName
)) {
88
_contextType = DataSourceHelper.GetType(
ContextTypeName
);