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