1 write to _entityParameter
System.Data.Entity (1)
System\Data\Objects\ObjectContext.cs (1)
3324
_entityParameter
= entityParameter;
3 references to _entityParameter
System.Data.Entity (3)
System\Data\Objects\ObjectContext.cs (3)
3332
if (
_entityParameter
.Value != DBNull.Value && _objectParameter.MappableType.IsEnum)
3334
_objectParameter.Value = Enum.ToObject(_objectParameter.MappableType,
_entityParameter
.Value);
3338
_objectParameter.Value =
_entityParameter
.Value;