コード例 #1
0
 /// <summary>
 /// Create a new U_userloginlog object.
 /// </summary>
 /// <param name="logId">Initial value of the LogId property.</param>
 public static U_userloginlog CreateU_userloginlog(global::System.Int32 logId)
 {
     U_userloginlog u_userloginlog = new U_userloginlog();
     u_userloginlog.LogId = logId;
     return u_userloginlog;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the U_userloginlog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToU_userloginlog(U_userloginlog u_userloginlog)
 {
     base.AddObject("U_userloginlog", u_userloginlog);
 }