private void InitClass() { this.DataSetName = "journalDataSet1"; this.Prefix = ""; this.Namespace = "http://tempuri.org/journalDataSet1.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableJournalVoucher = new JournalVoucherDataTable(); base.Tables.Add(this.tableJournalVoucher); }
internal JournalVoucherRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableJournalVoucher = ((JournalVoucherDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableJournalVoucher = ((JournalVoucherDataTable)(base.Tables["JournalVoucher"])); if ((initTable == true)) { if ((this.tableJournalVoucher != null)) { this.tableJournalVoucher.InitVars(); } } }