Beispiel #1
0
            public override global::System.Data.DataTable Clone()
            {
                Ladder_ManagerHistoryDataTable cln = ((Ladder_ManagerHistoryDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 private void InitClass()
 {
     this.DataSetName                = "LadderManagerhistoryDataSet";
     this.Prefix                     = "";
     this.Namespace                  = "http://tempuri.org/LadderManagerhistoryDataSet.xsd";
     this.EnforceConstraints         = true;
     this.SchemaSerializationMode    = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLadder_ManagerHistory = new Ladder_ManagerHistoryDataTable();
     base.Tables.Add(this.tableLadder_ManagerHistory);
 }
Beispiel #3
0
 internal void InitVars(bool initTable)
 {
     this.tableLadder_ManagerHistory = ((Ladder_ManagerHistoryDataTable)(base.Tables["Ladder_ManagerHistory"]));
     if ((initTable == true))
     {
         if ((this.tableLadder_ManagerHistory != null))
         {
             this.tableLadder_ManagerHistory.InitVars();
         }
     }
 }
Beispiel #4
0
 internal Ladder_ManagerHistoryRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableLadder_ManagerHistory = ((Ladder_ManagerHistoryDataTable)(this.Table));
 }