public override global::System.Data.DataTable Clone() { BarCode_MW_Q_LengthDataTable cln = ((BarCode_MW_Q_LengthDataTable)(base.Clone())); cln.InitVars(); return(cln); }
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); }
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(); } } }
internal BarCode_MW_Q_LengthRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableBarCode_MW_Q_Length = ((BarCode_MW_Q_LengthDataTable)(this.Table)); }