4 overrides of AsCqt
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (1)
52
internal override DbExpression
AsCqt
(DbExpression row, bool skipIsNotNull)
System\Data\Mapping\ViewGeneration\Structures\CellIdBoolean.cs (1)
63
internal override DbExpression
AsCqt
(DbExpression row, bool skipIsNotNull)
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
85
internal override DbExpression
AsCqt
(DbExpression row, bool skipIsNotNull)
System\Data\Mapping\ViewGeneration\Structures\TypeRestriction.cs (1)
132
internal override DbExpression
AsCqt
(DbExpression row, bool skipIsNotNull)
1 reference to AsCqt
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (1)
338
return literal.
AsCqt
(m_row, skipIsNotNull);