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

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