public override global::System.Data.DataTable Clone()
            {
                MONITOR_SCHEDULERDataTable cln = ((MONITOR_SCHEDULERDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "ScheduleDS";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ScheduleDS.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableMONITOR_SCHEDULER  = new MONITOR_SCHEDULERDataTable();
     base.Tables.Add(this.tableMONITOR_SCHEDULER);
 }
 internal void InitVars(bool initTable)
 {
     this.tableMONITOR_SCHEDULER = ((MONITOR_SCHEDULERDataTable)(base.Tables["MONITOR_SCHEDULER"]));
     if ((initTable == true))
     {
         if ((this.tableMONITOR_SCHEDULER != null))
         {
             this.tableMONITOR_SCHEDULER.InitVars();
         }
     }
 }
 internal MONITOR_SCHEDULERRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableMONITOR_SCHEDULER = ((MONITOR_SCHEDULERDataTable)(this.Table));
 }