예제 #1
0
            public override global::System.Data.DataTable Clone()
            {
                toolhistoryDataTable cln = ((toolhistoryDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
예제 #2
0
 private void InitClass()
 {
     this.DataSetName             = "ViewToolHistoryDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ViewToolHistoryDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletoolhistory        = new toolhistoryDataTable();
     base.Tables.Add(this.tabletoolhistory);
 }
예제 #3
0
 internal void InitVars(bool initTable)
 {
     this.tabletoolhistory = ((toolhistoryDataTable)(base.Tables["toolhistory"]));
     if ((initTable == true))
     {
         if ((this.tabletoolhistory != null))
         {
             this.tabletoolhistory.InitVars();
         }
     }
 }
예제 #4
0
 internal toolhistoryRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletoolhistory = ((toolhistoryDataTable)(this.Table));
 }