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