Yeah, encapsulating all members in a collection is one way, but that's not quite what I wanted. Type.GetFields seems to be what I was looking for, but I agree that it does look like a ...
I've got an app that is having some SQL performance issues, and I'm trying to determine if a new feature that executes some long running SQL commands on spawned threads could be causing locking issues ...