internal void InitVars(bool initTable) { this.tableNotaCredito = ((NotaCreditoDataTable)(base.Tables["NotaCredito"])); if ((initTable == true)) { if ((this.tableNotaCredito != null)) { this.tableNotaCredito.InitVars(); } } this.tableNotaCreditoLinea = ((NotaCreditoLineaDataTable)(base.Tables["NotaCreditoLinea"])); if ((initTable == true)) { if ((this.tableNotaCreditoLinea != null)) { this.tableNotaCreditoLinea.InitVars(); } } this.relationNotaCredito_NotaCreditoLinea = this.Relations["NotaCredito_NotaCreditoLinea"]; }
private void InitClass() { this.DataSetName = "NotaCreditoDatos"; this.Prefix = ""; this.Namespace = "http://tempuri.org/NotaCreditoDatos.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableNotaCredito = new NotaCreditoDataTable(); base.Tables.Add(this.tableNotaCredito); this.tableNotaCreditoLinea = new NotaCreditoLineaDataTable(); base.Tables.Add(this.tableNotaCreditoLinea); this.relationNotaCredito_NotaCreditoLinea = new global::System.Data.DataRelation("NotaCredito_NotaCreditoLinea", new global::System.Data.DataColumn[] { this.tableNotaCredito.NumeroNotaColumn}, new global::System.Data.DataColumn[] { this.tableNotaCreditoLinea.NumeroNotaColumn}, false); this.Relations.Add(this.relationNotaCredito_NotaCreditoLinea); }
internal NotaCreditoLineaRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableNotaCreditoLinea = ((NotaCreditoLineaDataTable)(this.Table)); }