4 overrides of AsEsql
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (1)
43internal override StringBuilder AsEsql(StringBuilder builder, string blockAlias, bool skipIsNotNull)
System\Data\Mapping\ViewGeneration\Structures\CellIdBoolean.cs (1)
55internal override StringBuilder AsEsql(StringBuilder builder, string blockAlias, bool skipIsNotNull)
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
80internal override StringBuilder AsEsql(StringBuilder builder, string blockAlias, bool skipIsNotNull)
System\Data\Mapping\ViewGeneration\Structures\TypeRestriction.cs (1)
79internal override StringBuilder AsEsql(StringBuilder builder, string blockAlias, bool skipIsNotNull)
2 references to AsEsql
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (1)
256return literal.AsEsql(m_builder, m_blockAlias, skipIsNotNull);
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
349return AsEsql(builder, blockAlias, skipIsNotNull);