public override global::System.Data.DataTable Clone() { EnsayeDataTable cln = ((EnsayeDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "dsEnsaye"; this.Prefix = ""; this.Namespace = "http://www.tempuri.org/dsEnsaye.xsd"; this.Locale = new global::System.Globalization.CultureInfo("es-MX"); this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableEnsaye = new EnsayeDataTable(); base.Tables.Add(this.tableEnsaye); }
internal void InitVars(bool initTable) { this.tableEnsaye = ((EnsayeDataTable)(base.Tables["Ensaye"])); if ((initTable == true)) { if ((this.tableEnsaye != null)) { this.tableEnsaye.InitVars(); } } }
internal EnsayeRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableEnsaye = ((EnsayeDataTable)(this.Table)); }