public override global::System.Data.DataTable Clone() { PatientAddressLogDataTable cln = ((PatientAddressLogDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "NewDataSet"; this.Prefix = ""; this.Namespace = "http://tempuri.org/AccessionLogSchema.xsd"; this.Locale = new global::System.Globalization.CultureInfo(""); this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tablePatientAddressLog = new PatientAddressLogDataTable(); base.Tables.Add(this.tablePatientAddressLog); }
internal void InitVars(bool initTable) { this.tablePatientAddressLog = ((PatientAddressLogDataTable)(base.Tables["PatientAddressLog"])); if ((initTable == true)) { if ((this.tablePatientAddressLog != null)) { this.tablePatientAddressLog.InitVars(); } } }
internal PatientAddressLogRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tablePatientAddressLog = ((PatientAddressLogDataTable)(this.Table)); }