16 references to Zero
System.Data.Entity (16)
System\Data\Query\InternalTrees\NodeInfo.cs (12)
238m_minRows = RowCount.Zero; 253m_minRows = RowCount.Zero; 702nodeInfo.MinRows = RowCount.Zero; 708nodeInfo.MaxRows = RowCount.Zero; 778nodeInfo.MinRows = op.Keys.IsEmpty ? RowCount.One : (relOpChildNodeInfo.MinRows == RowCount.One ? RowCount.One : RowCount.Zero); 808RowCount maxCard = RowCount.Zero; 904minRows = RowCount.Zero; 925minRows = RowCount.Zero; 988RowCount minRows = (op.OpType == OpType.CrossApply) ? RowCount.Zero : leftRelOpNodeInfo.MinRows; 1022RowCount minRows = RowCount.Zero; 1163nodeInfo.SetRowCount(RowCount.Zero, RowCount.One); 1236nodeInfo.SetRowCount(RowCount.Zero, RowCount.One);
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
3814bool leftChildIsEmptySet = context.Command.GetExtendedNodeInfo(setOpNode.Child0).MaxRows == RowCount.Zero; 3815bool rightChildIsEmptySet = context.Command.GetExtendedNodeInfo(setOpNode.Child1).MaxRows == RowCount.Zero; 4352if (nodeInfo.MaxRows == RowCount.Zero || nodeInfo.MaxRows == RowCount.One) 4391if (nodeInfo.MaxRows == RowCount.Zero)