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