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