public override global::System.Data.DataTable Clone()
            {
                OutPatientServiceDataTable cln = ((OutPatientServiceDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "DataSetMoh717";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/DataSetMoh717.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableOutPatientService  = new OutPatientServiceDataTable();
     base.Tables.Add(this.tableOutPatientService);
 }
 internal void InitVars(bool initTable)
 {
     this.tableOutPatientService = ((OutPatientServiceDataTable)(base.Tables["OutPatientService"]));
     if ((initTable == true))
     {
         if ((this.tableOutPatientService != null))
         {
             this.tableOutPatientService.InitVars();
         }
     }
 }
 internal OutPatientServiceRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableOutPatientService = ((OutPatientServiceDataTable)(this.Table));
 }