2 references to AsCqt
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (2)
194return this.Slots.Where(slot => slot.IsRequiredByParent).Single().AsCqt(row); 199this.Slots.Where(slot => slot.IsRequiredByParent).Select(slot => new KeyValuePair<string, DbExpression>(slot.CqlFieldAlias, slot.AsCqt(row))));