6 references to EntityClrType
System.Web.Entity (6)
System\Data\WebControls\EntityDataSourceView.cs (6)
228Type builderType = typeof(EntityDataSourceObjectQueryBuilder<>).MakeGenericType(EntityClrType); 233return (IEnumerable)_executeSelectMethod.MakeGenericMethod(EntityClrType).Invoke(this, new object[] { arguments, createDelegate }); 478object entity = EntityDataSourceUtil.InitializeType(this.EntityClrType); 605entity = EntityDataSourceUtil.InitializeType(this.EntityClrType); 682object entity = EntityDataSourceUtil.InitializeType(this.EntityClrType); 807throw new InvalidOperationException(Strings.EntityDataSourceView_PropertyDoesNotExistOnEntity(propertyName, EntityClrType.FullName));