Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the failed_logins EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTofailed_logins(failed_logins failed_logins)
 {
     base.AddObject("failed_logins", failed_logins);
 }
Example #2
0
 /// <summary>
 /// Create a new failed_logins object.
 /// </summary>
 /// <param name="loginId">Initial value of the LoginId property.</param>
 /// <param name="username">Initial value of the Username property.</param>
 /// <param name="dataIns">Initial value of the DataIns property.</param>
 public static failed_logins Createfailed_logins(global::System.Int32 loginId, global::System.String username, global::System.DateTime dataIns)
 {
     failed_logins failed_logins = new failed_logins();
     failed_logins.LoginId = loginId;
     failed_logins.Username = username;
     failed_logins.DataIns = dataIns;
     return failed_logins;
 }