3 writes to _contextType
System.Web.Entity (3)
System\Data\WebControls\EntityDataSource.cs (3)
245
_contextType
= value;
277
_contextType
= System.Web.Compilation.BuildManager.GetType(value, /*throwOnError*/false, /*ignoreCase*/true);
281
_contextType
= null;
1 reference to _contextType
System.Web.Entity (1)
System\Data\WebControls\EntityDataSource.cs (1)
242
get { return
_contextType
; }