/// <summary> /// Create a new LoginProfile object. /// </summary> /// <param name="loginProfileID">Initial value of the LoginProfileID property.</param> /// <param name="password">Initial value of the Password property.</param> public static LoginProfile CreateLoginProfile(global::System.Int32 loginProfileID, global::System.String password) { LoginProfile loginProfile = new LoginProfile(); loginProfile.LoginProfileID = loginProfileID; loginProfile.Password = password; return loginProfile; }
/// <summary> /// Deprecated Method for adding a new object to the LoginProfile EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLoginProfile(LoginProfile loginProfile) { base.AddObject("LoginProfile", loginProfile); }