2 overrides of BooleanLiteralAsCql
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (2)
254
protected override StringBuilder
BooleanLiteralAsCql
(BoolLiteral literal, bool skipIsNotNull)
336
protected override DbExpression
BooleanLiteralAsCql
(BoolLiteral literal, bool skipIsNotNull)
1 reference to BooleanLiteralAsCql
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (1)
404
return
BooleanLiteralAsCql
(literal, m_skipIsNotNull);