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

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