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

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