In my class I have private variables and properties like this.
private string _itemCOde=string.Empty; private string _itemName=string.Empty; public string
If you need to keep the class attributes in sync with the SQL table schema... What you need is LINQ to SQL