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

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