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