2 references to ContextTypeName
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceView.cs (2)
1117else if (null != _owner.ContextType || !String.IsNullOrEmpty(_owner.ContextTypeName)) 1126contextType = System.Web.Compilation.BuildManager.GetType(_owner.ContextTypeName, /*throw on error*/ true);