10 references to CqlAlias
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\CqlGeneration\AliasedSlot.cs (3)
86return CqlWriter.GetQualifiedName(m_block.CqlAlias, GetCqlFieldAlias(outputMember)); 91Debug.Assert(blockAlias == null || m_block.CqlAlias == blockAlias, "QualifiedSlot: blockAlias mismatch"); 103StringUtil.FormatStringBuilder(builder, "{0} ", m_block.CqlAlias);
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (3)
57base.GenerateProjectionEsql(builder, childBlock.CqlAlias, true, indentLevel, isTopLevel); 63builder.Append(") AS ").Append(childBlock.CqlAlias); 70this.WhereClause.AsEsql(builder, childBlock.CqlAlias);
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (2)
113/// For the given <paramref name="slotNum"/> creates a <see cref="QualifiedSlot"/> qualified with <see cref="CqlAlias"/> of the current block: 114/// "<see cref="CqlAlias"/>.slot_alias"
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
76.Append(child.CqlAlias);
System\Data\Mapping\ViewGeneration\Structures\QualifiedCellIdBoolean.cs (1)
43return base.AsEsql(builder, m_block.CqlAlias, skipIsNotNull);