1 reference to Literal
System.Data.Entity (1)
System\Data\Common\EntitySql\AST\Literal.cs (1)
63
internal static Literal NewBooleanLiteral(bool value) { return new
Literal
(value); }