Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LOGINs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLOGINs(LOGIN lOGIN)
 {
     base.AddObject("LOGINs", lOGIN);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new LOGIN object.
 /// </summary>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 public static LOGIN CreateLOGIN(global::System.String userName, global::System.String password)
 {
     LOGIN lOGIN = new LOGIN();
     lOGIN.UserName = userName;
     lOGIN.Password = password;
     return lOGIN;
 }