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

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