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

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