public override DataTable Clone() { tpu_RetencionesDataTable cln = ((tpu_RetencionesDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tabletpu_Retenciones = ((tpu_RetencionesDataTable)(this.Tables["tpu_Retenciones"])); if ((this.tabletpu_Retenciones != null)) { this.tabletpu_Retenciones.InitVars(); } }
private void InitClass() { this.DataSetName = "tpu_RetencionesDataset"; this.Prefix = ""; this.Namespace = "http://tempuri.org/tpu_Retenciones.xsd"; this.Locale = new System.Globalization.CultureInfo("en-US"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tabletpu_Retenciones = new tpu_RetencionesDataTable(); this.Tables.Add(this.tabletpu_Retenciones); }
internal tpu_RetencionesRow(DataRowBuilder rb) : base(rb) { this.tabletpu_Retenciones = ((tpu_RetencionesDataTable)(this.Table)); }