1 write to Property
System.Data.Entity (1)
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
236
this.
Property
= EntityUtil.CheckArgumentNull(property, "property");
6 references to Property
System.Data.Entity (6)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3857
propertyToColumnNamesMap.Add(resultBinding.
Property
, resultBinding.ColumnName);
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
253
"{0}->{1}", ColumnName,
Property
);
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (1)
128
PropagatorResult result = stateEntry.Current.GetMemberValue(resultBinding.
Property
);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
694
properties.Add(new EdmProperty(resultBinding.ColumnName, resultBinding.
Property
.TypeUsage));
System\Data\Mapping\Update\Internal\ViewLoader.cs (2)
254
yield return binding.
Property
;
261
yield return binding.
Property
;