I would like to automatically generate SQL statements from a class instance. The method should look like Update(object[] Properties, object PrimaryKeyProperty). The method is pa
Since you already have an explicit handle to the specific property you want, you know the name - can you just type it?