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

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