Showing posts with label GetProperty. Show all posts
Showing posts with label GetProperty. Show all posts

Saturday, 28 February 2015

how to read class property name in c#

Dynamically retrieve and save property name and value into the database That can be possible if you are able to read the class property dynamically, and later on retrieve it from the database and invoke the property values

If you have already get work done that how to save the property name in the database, then use Get Property is the way to go on the retrieval of property.

Use Gettype to get the class types.