private void InitClass() {
     this.DataSetName = "LicenseApplication";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/LicenseApplication.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableLicenseApplication = new LicenseApplicationDataTable();
     base.Tables.Add(this.tableLicenseApplication);
     this.tableLicensePurposeMaster = new LicensePurposeMasterDataTable();
     base.Tables.Add(this.tableLicensePurposeMaster);
     this.tableSaleRegister = new SaleRegisterDataTable();
     base.Tables.Add(this.tableSaleRegister);
     this.tableLicAuthorised = new LicAuthorisedDataTable();
     base.Tables.Add(this.tableLicAuthorised);
     this.tableSpicemanSignature = new SpicemanSignatureDataTable();
     base.Tables.Add(this.tableSpicemanSignature);
     this.relationFK_SpicemanSignature_LicenseApplication = new global::System.Data.DataRelation("FK_SpicemanSignature_LicenseApplication", new global::System.Data.DataColumn[] {
                 this.tableLicenseApplication.LicenseApplicationIdColumn}, new global::System.Data.DataColumn[] {
                 this.tableSpicemanSignature.LicenseApplicationIdColumn}, false);
     this.Relations.Add(this.relationFK_SpicemanSignature_LicenseApplication);
 }
 internal SpicemanSignatureRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableSpicemanSignature = ((SpicemanSignatureDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableLicenseApplication = ((LicenseApplicationDataTable)(base.Tables["LicenseApplication"]));
     if ((initTable == true)) {
         if ((this.tableLicenseApplication != null)) {
             this.tableLicenseApplication.InitVars();
         }
     }
     this.tableLicensePurposeMaster = ((LicensePurposeMasterDataTable)(base.Tables["LicensePurposeMaster"]));
     if ((initTable == true)) {
         if ((this.tableLicensePurposeMaster != null)) {
             this.tableLicensePurposeMaster.InitVars();
         }
     }
     this.tableSaleRegister = ((SaleRegisterDataTable)(base.Tables["SaleRegister"]));
     if ((initTable == true)) {
         if ((this.tableSaleRegister != null)) {
             this.tableSaleRegister.InitVars();
         }
     }
     this.tableLicAuthorised = ((LicAuthorisedDataTable)(base.Tables["LicAuthorised"]));
     if ((initTable == true)) {
         if ((this.tableLicAuthorised != null)) {
             this.tableLicAuthorised.InitVars();
         }
     }
     this.tableSpicemanSignature = ((SpicemanSignatureDataTable)(base.Tables["SpicemanSignature"]));
     if ((initTable == true)) {
         if ((this.tableSpicemanSignature != null)) {
             this.tableSpicemanSignature.InitVars();
         }
     }
     this.relationFK_SpicemanSignature_LicenseApplication = this.Relations["FK_SpicemanSignature_LicenseApplication"];
 }