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