6 references to ColumnCountMismatch
System.Data.Entity (6)
System\Data\Query\PlanCompiler\NestPullup.cs (5)
192throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 2); 199throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 3); 2605throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 4); // more columns from children than are on the unionAll? 2619throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 5); // more columns from children than are on the unionAll? 2627throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 6); // at this point, we better be done with both lists...
System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs (1)
117throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 1);