Adding Expressions, Default Values and Constraints to a Table
DataTable objTable = new DataTable("NewBooks");
// declare a variable to hold a DataColumn objectDataColumn objColumn;
// define the columns (fields) within the table// the first is an Aut