public override global::System.Data.DataTable Clone() { AgendaDataTable cln = ((AgendaDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "DataSetAgenda"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DataSetAgenda.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableAgenda = new AgendaDataTable(); base.Tables.Add(this.tableAgenda); }
internal void InitVars(bool initTable) { this.tableAgenda = ((AgendaDataTable)(base.Tables["Agenda"])); if ((initTable == true)) { if ((this.tableAgenda != null)) { this.tableAgenda.InitVars(); } } }
internal AgendaRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableAgenda = ((AgendaDataTable)(this.Table)); }
private void InitClass() { this.DataSetName = "ds_Citas"; this.Prefix = ""; this.Namespace = "http://tempuri.org/ds_Citas.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableAgenda = new AgendaDataTable(); base.Tables.Add(this.tableAgenda); this.tableCitas = new CitasDataTable(); base.Tables.Add(this.tableCitas); }
internal void InitVars(bool initTable) { this.tableAgenda = ((AgendaDataTable)(base.Tables["Agenda"])); if ((initTable == true)) { if ((this.tableAgenda != null)) { this.tableAgenda.InitVars(); } } this.tableCitas = ((CitasDataTable)(base.Tables["Citas"])); if ((initTable == true)) { if ((this.tableCitas != null)) { this.tableCitas.InitVars(); } } }