In my class I have private variables and properties like this.
private string _itemCOde=string.Empty; private string _itemName=string.Empty; public string
If new columns are added to the databases you need to alter your code to specify how new columns should be used.
If you need just to show content of the table despite of the field in the table, then you could use DataTable class.
DataTable