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