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

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