/// <summary> /// Create a new log object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static log Createlog(global::System.Int64 id) { log log = new log(); log.id = id; return log; }
/// <summary> /// Deprecated Method for adding a new object to the logs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTologs(log log) { base.AddObject("logs", log); }