/// <summary> /// Deprecated Method for adding a new object to the LOGINs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLOGINs(LOGIN lOGIN) { base.AddObject("LOGINs", lOGIN); }
/// <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; }