Say I have an entity that looks something like this simple example:
MyEntity { int property1; int property2; int property3; }
Now ass
If you have 100 properties maybe reflection would be most elegant. LINQ's for querying not updating.