I've a table with 52 columns in my database and I want to write a function to create a row in that table....
In my case, I don't want to use all columns in that table, so I created my model like this....[Table("CUST_MASTER")]
public class CustomerMaster
{...