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)
3332if (_entityParameter.Value != DBNull.Value && _objectParameter.MappableType.IsEnum) 3334_objectParameter.Value = Enum.ToObject(_objectParameter.MappableType, _entityParameter.Value); 3338_objectParameter.Value = _entityParameter.Value;