4 references to AsLiteral
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs (2)
34
Debug.Assert(!(expr.
AsLiteral
is CellIdBoolean) ||
35
BoolLiteral.EqualityComparer.Equals((CellIdBoolean)expr.
AsLiteral
, m_originalCell), "Cellid boolean for the slot and cell number disagree");
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
676
BoolLiteral literal = atom.
AsLiteral
;
762
MemberRestriction result = boolExpr.
AsLiteral
as MemberRestriction;