2 implementations of ContextType
System.Web.Entity (1)
System\Data\WebControls\EntityDataSource.cs (1)
240public Type ContextType
System.Web.Extensions (1)
UI\WebControls\LinqDataSource.cs (1)
578Type IDynamicDataSource.ContextType {
1 write to ContextType
System.Web.DynamicData (1)
DynamicData\DynamicDataManager.cs (1)
208dataSource.ContextType = table.DataContextType;
3 references to ContextType
System.Web.DynamicData (2)
DynamicData\DynamicDataManager.cs (1)
207if (dataSource.ContextType == null) {
DynamicData\Util\MetaTableHelper.cs (1)
105Type contextType = dynamicDataSource.ContextType;
System.Web.Extensions (1)
UI\WebControls\Expressions\MethodExpression.cs (1)
69return dynamicDataSource.ContextType;