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