So say I have a collection of Bloops
Class Bloop Public FirstName Public LastName Public Address Public Number Public OtherStuff End Class <
Class Bloop Public FirstName Public LastName Public Address Public Number Public OtherStuff End Class
Transforming from one type into another can be accomplished by using Enumerable.Select
In fact, there is a sample from 101 linq samples that shows a query transforming ints into strings.