/// <summary>
        /// Create a new GILog object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="date">Initial value of the Date property.</param>
        /// <param name="thread">Initial value of the Thread property.</param>
        /// <param name="level">Initial value of the Level property.</param>
        /// <param name="logger">Initial value of the Logger property.</param>
        /// <param name="message">Initial value of the Message property.</param>
        public static GILog CreateGILog(global::System.Int32 id, global::System.DateTime date, global::System.String thread, global::System.String level, global::System.String logger, global::System.String message)
        {
            GILog gILog = new GILog();

            gILog.Id      = id;
            gILog.Date    = date;
            gILog.Thread  = thread;
            gILog.Level   = level;
            gILog.Logger  = logger;
            gILog.Message = message;
            return(gILog);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the GILogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGILogs(GILog gILog)
 {
     base.AddObject("GILogs", gILog);
 }