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)
39
internal 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)
71
return
AsEsql
(builder, blockAlias, skipIsNotNull);
System\Data\Mapping\ViewGeneration\Structures\QualifiedCellIdBoolean.cs (1)
43
return base.
AsEsql
(builder, m_block.CqlAlias, skipIsNotNull);