3 references to CqlFieldAlias
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (2)
175.Append(slotInfo.CqlFieldAlias); 199this.Slots.Where(slot => slot.IsRequiredByParent).Select(slot => new KeyValuePair<string, DbExpression>(slot.CqlFieldAlias, slot.AsCqt(row))));
System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs (1)
181builder.Append(CqlFieldAlias);