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