21 references to One
System.Data.Entity (21)
System\Data\Query\InternalTrees\NodeInfo.cs (15)
778
nodeInfo.MinRows = op.Keys.IsEmpty ? RowCount.
One
: (relOpChildNodeInfo.MinRows == RowCount.
One
? RowCount.
One
: RowCount.Zero);
779
nodeInfo.MaxRows = op.Keys.IsEmpty ? RowCount.
One
: relOpChildNodeInfo.MaxRows;
809
RowCount minCard = RowCount.
One
;
909
if ((leftRelOpNodeInfo.MaxRows > RowCount.
One
) ||
910
(rightRelOpNodeInfo.MaxRows > RowCount.
One
))
916
maxRows = RowCount.
One
;
979
if (leftRelOpNodeInfo.MaxRows <= RowCount.
One
&&
980
rightRelOpNodeInfo.MaxRows <= RowCount.
One
)
982
maxRows = RowCount.
One
;
1163
nodeInfo.SetRowCount(RowCount.Zero, RowCount.
One
);
1236
nodeInfo.SetRowCount(RowCount.Zero, RowCount.
One
);
1253
nodeInfo.SetRowCount(RowCount.
One
, RowCount.
One
);
System\Data\Query\PlanCompiler\TransformationRules.cs (6)
2843
applyRightChildNodeInfo.MinRows >= RowCount.
One
)
2981
if (applyRightChildNodeInfo.MaxRows != RowCount.
One
)
2987
if (applyKind == OpType.CrossApply && (applyRightChildNodeInfo.MinRows != RowCount.
One
))
3712
if (childNodeInfo.MaxRows <= RowCount.
One
)
3727
childNodeInfo.MaxRows = RowCount.
One
;
4352
if (nodeInfo.MaxRows == RowCount.Zero || nodeInfo.MaxRows == RowCount.
One
)