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

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