Base:
method
AsEsql
System.Data.Mapping.ViewGeneration.Structures.BoolLiteral.AsEsql(System.Text.StringBuilder, System.String, System.Boolean)
1 override of AsEsql
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\QualifiedCellIdBoolean.cs (1)
39internal override StringBuilder AsEsql(StringBuilder builder, string blockAlias, bool skipIsNotNull)
2 references to AsEsql
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\CellIdBoolean.cs (1)
71return AsEsql(builder, blockAlias, skipIsNotNull);
System\Data\Mapping\ViewGeneration\Structures\QualifiedCellIdBoolean.cs (1)
43return base.AsEsql(builder, m_block.CqlAlias, skipIsNotNull);