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