4 references to Where
System.Data.Entity (4)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
292queryExpression = queryExpression.Where((row) => GenerateStructuralTypeConditionsPredicate(conditions, row));
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
308qView = qView.Where(e =>
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (1)
88cqt = cqt.Where(row => this.WhereClause.AsCqt(row));
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (1)
87cqt = cqt.Where(row => this.WhereClause.AsCqt(row));