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