/// <summary>
 /// Create a new datalog object.
 /// </summary>
 /// <param name="id">Initial value of id.</param>
 public static datalog Createdatalog(global::System.Guid id)
 {
     datalog datalog = new datalog();
     datalog.id = id;
     return datalog;
 }
 /// <summary>
 /// There are no comments for datalog in the schema.
 /// </summary>
 public void AddTodatalog(datalog datalog)
 {
     base.AddObject("datalog", datalog);
 }