private void InitClass() {
     this.DataSetName = "RepUser";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/RepUser.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablelogs = new logsDataTable();
     base.Tables.Add(this.tablelogs);
 }
 internal logsRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablelogs = ((logsDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tablelogs = ((logsDataTable)(base.Tables["logs"]));
     if ((initTable == true)) {
         if ((this.tablelogs != null)) {
             this.tablelogs.InitVars();
         }
     }
 }