internal void InitVars(bool initTable) {
     this.tableBasicInformation = ((BasicInformationDataTable)(base.Tables["BasicInformation"]));
     if ((initTable == true)) {
         if ((this.tableBasicInformation != null)) {
             this.tableBasicInformation.InitVars();
         }
     }
     this.tableActivityInformation = ((ActivityInformationDataTable)(base.Tables["ActivityInformation"]));
     if ((initTable == true)) {
         if ((this.tableActivityInformation != null)) {
             this.tableActivityInformation.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "SupportTicketInformationTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/SupportTicketInformationTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBasicInformation = new BasicInformationDataTable();
     base.Tables.Add(this.tableBasicInformation);
     this.tableActivityInformation = new ActivityInformationDataTable();
     base.Tables.Add(this.tableActivityInformation);
 }
 internal ActivityInformationRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableActivityInformation = ((ActivityInformationDataTable)(this.Table));
 }