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