private void InitClass() {
     this.DataSetName = "DeleteHistoryDataset";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DeleteHistoryDataset.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableDeleteHistory = new DeleteHistoryDataTable();
     base.Tables.Add(this.tableDeleteHistory);
 }
 public DeleteHistoryRow(System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableDeleteHistory = ((DeleteHistoryDataTable)(this.Table));
 }
 public void InitVars(bool initTable) {
     this.tableDeleteHistory = ((DeleteHistoryDataTable)(base.Tables["DeleteHistory"]));
     if ((initTable == true)) {
         if ((this.tableDeleteHistory != null)) {
             this.tableDeleteHistory.InitVars();
         }
     }
 }