im using AutoMapper for map entity and DataSet
AutoMapper.Mapper.CreateMap<IDataReader, Home>():
and i have a property call MobileNumber in Home entity and want to map static value for this property in entity so how can i add static value when entity is mapping with DataSet ?