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

                cln.InitVars();
                return(cln);
            }
 private void InitClass()
 {
     this.DataSetName             = "dsConcepto";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsConcepto.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("es-MX");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableConcepto           = new ConceptoDataTable();
     base.Tables.Add(this.tableConcepto);
 }
 internal void InitVars(bool initTable)
 {
     this.tableConcepto = ((ConceptoDataTable)(base.Tables["Concepto"]));
     if ((initTable == true))
     {
         if ((this.tableConcepto != null))
         {
             this.tableConcepto.InitVars();
         }
     }
 }
 internal ConceptoRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableConcepto = ((ConceptoDataTable)(this.Table));
 }