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

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