public override global::System.Data.DataTable Clone() { PrintBarcodeDataTable cln = ((PrintBarcodeDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tablePrintBarcode = new PrintBarcodeDataTable(); base.Tables.Add(this.tablePrintBarcode); }
internal void InitVars(bool initTable) { this.tablePrintBarcode = ((PrintBarcodeDataTable)(base.Tables["PrintBarcode"])); if ((initTable == true)) { if ((this.tablePrintBarcode != null)) { this.tablePrintBarcode.InitVars(); } } }
internal PrintBarcodeRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tablePrintBarcode = ((PrintBarcodeDataTable)(this.Table)); }