how can i create classes by using database entries in runtime
for example :
ID (int) :
1
Name (string) :
Product
Content (string) :
public class Product
{
public string Name { get; set; }
public string Family { get; set; }
public int Age { get; set; }
}
or another pattern
its for dynamic page generator
No comments:
Post a Comment