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