示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                IncentiveGradeSummaryTableDataTable cln = ((IncentiveGradeSummaryTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName                     = "IncentiveGradeSummaryDataSet";
     this.Prefix                          = "";
     this.Namespace                       = "http://tempuri.org/IncentiveGradeSummaryDataSet.xsd";
     this.EnforceConstraints              = true;
     this.SchemaSerializationMode         = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableIncentiveGradeSummaryTable = new IncentiveGradeSummaryTableDataTable();
     base.Tables.Add(this.tableIncentiveGradeSummaryTable);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tableIncentiveGradeSummaryTable = ((IncentiveGradeSummaryTableDataTable)(base.Tables["IncentiveGradeSummaryTable"]));
     if ((initTable == true))
     {
         if ((this.tableIncentiveGradeSummaryTable != null))
         {
             this.tableIncentiveGradeSummaryTable.InitVars();
         }
     }
 }
示例#4
0
 internal IncentiveGradeSummaryTableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableIncentiveGradeSummaryTable = ((IncentiveGradeSummaryTableDataTable)(this.Table));
 }