Hi all, I want to read database tables with Attributes. I have Table in database and I have class same fields name. I want to transfer to my class which matched values in database using attributes.
For Example :
[ReadDBAttributes]
public class News{
public string Title;
public string Content;
}
How can i do?