Beispiel #1
0
        /// <summary>
        /// Create a new exceptionlog object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        public static exceptionlog Createexceptionlog(global::System.Int64 id)
        {
            exceptionlog exceptionlog = new exceptionlog();

            exceptionlog.id = id;
            return(exceptionlog);
        }
 /// <summary>
 /// Create a new exceptionlog object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static exceptionlog Createexceptionlog(global::System.Int64 id)
 {
     exceptionlog exceptionlog = new exceptionlog();
     exceptionlog.id = id;
     return exceptionlog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the exceptionlogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToexceptionlogs(exceptionlog exceptionlog)
 {
     base.AddObject("exceptionlogs", exceptionlog);
 }
Beispiel #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the exceptionlogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToexceptionlogs(exceptionlog exceptionlog)
 {
     base.AddObject("exceptionlogs", exceptionlog);
 }