16 references to Property
System.Data.Entity (15)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
248result = DbExpressionBuilder.Property(newInstance, prop);
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
452var propertyAccess = row.Property(column);
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (3)
313DbExpression notIsNull = e.Property(fkProp).IsNull().Not(); 329keyValues.Add(e.Property((EdmProperty)keyMember)); 340keyValues.Add(e.Property(rc.ToProperties[offset]));
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (2)
251DbPropertyExpression propertyExpression = target.Variable.Property(property); 430return target.Variable.Property(property);
System\Data\Objects\ELinq\ExpressionConverter.cs (2)
1213DbPropertyExpression leftElement = left.Property(property); 1214DbPropertyExpression rightElement = right.Property(property);
System\Data\Objects\ELinq\MethodCallTranslator.cs (4)
656DbPropertyExpression propertyExpr = argumentExpr.Property(recColumn); 2554apply = applyInput.OuterApply(applyInput.Variable.Property(lojRightInput).BindAs(parent.AliasGenerator.Next())); 2560CqtExpression projectRight = applyBinding.Variable.Property(applyRowType.Properties[1]); 2565CqtExpression projectLeft = applyBinding.Variable.Property(applyRowType.Properties[0]);
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (2)
307DbPropertyExpression propertyExpression = propertyInput.Property(properties[i]); 467flattenedProperties.Add(resultBinding.Variable.Property(prop));
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
1607DbExpressionBuilder.Property(inputBinding.Variable, propertyInfo)));