internal void InitVars(bool initTable) {
     this.tablerpt_CallsScheduled = ((rpt_CallsScheduledDataTable)(base.Tables["rpt_CallsScheduled"]));
     if ((initTable == true)) {
         if ((this.tablerpt_CallsScheduled != null)) {
             this.tablerpt_CallsScheduled.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "dsRptScheduledCalls";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/dsRptScheduledCalls.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablerpt_CallsScheduled = new rpt_CallsScheduledDataTable();
     base.Tables.Add(this.tablerpt_CallsScheduled);
 }
 internal rpt_CallsScheduledRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablerpt_CallsScheduled = ((rpt_CallsScheduledDataTable)(this.Table));
 }