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