public key()
 {
     this.ondeleteField = ondelete.noaction;
 }
 public key()
 {
     columnField = new List<Column>();
     ondeleteField = ondelete.noaction;
 }