Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                BarCode_MW_Q_LengthDataTable cln = ((BarCode_MW_Q_LengthDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName              = "dsMWqLen";
     this.Prefix                   = "";
     this.Namespace                = "http://www.tempuri.org/dsMWqLen.xsd";
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableBarCode_MW_Q_Length = new BarCode_MW_Q_LengthDataTable();
     base.Tables.Add(this.tableBarCode_MW_Q_Length);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tableBarCode_MW_Q_Length = ((BarCode_MW_Q_LengthDataTable)(base.Tables["BarCode_MW_Q_Length"]));
     if ((initTable == true))
     {
         if ((this.tableBarCode_MW_Q_Length != null))
         {
             this.tableBarCode_MW_Q_Length.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal BarCode_MW_Q_LengthRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableBarCode_MW_Q_Length = ((BarCode_MW_Q_LengthDataTable)(this.Table));
 }