コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                totalhoursDataTable cln = ((totalhoursDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "TotalHoursDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/TotalHoursDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletotalhours         = new totalhoursDataTable();
     base.Tables.Add(this.tabletotalhours);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tabletotalhours = ((totalhoursDataTable)(base.Tables["totalhours"]));
     if ((initTable == true))
     {
         if ((this.tabletotalhours != null))
         {
             this.tabletotalhours.InitVars();
         }
     }
 }
コード例 #4
0
 internal totalhoursRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletotalhours = ((totalhoursDataTable)(this.Table));
 }