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