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