public override DataTable Clone() { OTROS_INGRESOSDataTable cln = ((OTROS_INGRESOSDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "DataSet1"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/DataSet1.xsd"; this.Locale = new System.Globalization.CultureInfo("es-CL"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableOTROS_INGRESOS = new OTROS_INGRESOSDataTable(); this.Tables.Add(this.tableOTROS_INGRESOS); this.tableENCABEZADO = new ENCABEZADODataTable(); this.Tables.Add(this.tableENCABEZADO); }
internal void InitVars() { this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Tables["OTROS_INGRESOS"])); if ((this.tableOTROS_INGRESOS != null)) { this.tableOTROS_INGRESOS.InitVars(); } this.tableENCABEZADO = ((ENCABEZADODataTable)(this.Tables["ENCABEZADO"])); if ((this.tableENCABEZADO != null)) { this.tableENCABEZADO.InitVars(); } }
internal OTROS_INGRESOSRow(DataRowBuilder rb) : base(rb) { this.tableOTROS_INGRESOS = ((OTROS_INGRESOSDataTable)(this.Table)); }