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

                cln.InitVars();
                return(cln);
            }
 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.tabletable_log_t        = new table_log_tDataTable();
     base.Tables.Add(this.tabletable_log_t);
 }
 internal void InitVars(bool initTable)
 {
     this.tabletable_log_t = ((table_log_tDataTable)(base.Tables["table_log_t"]));
     if ((initTable == true))
     {
         if ((this.tabletable_log_t != null))
         {
             this.tabletable_log_t.InitVars();
         }
     }
 }
 internal table_log_tRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tabletable_log_t = ((table_log_tDataTable)(this.Table));
 }