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