/// <summary> /// Deprecated Method for adding a new object to the T_Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_Users(T_Users t_Users) { base.AddObject("T_Users", t_Users); }
/// <summary> /// Create a new T_Users object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="nickname">Initial value of the nickname property.</param> /// <param name="pass">Initial value of the pass property.</param> /// <param name="aspNetUsersId">Initial value of the AspNetUsersId property.</param> public static T_Users CreateT_Users(global::System.Int32 id, global::System.String nickname, global::System.String pass, global::System.String aspNetUsersId) { T_Users t_Users = new T_Users(); t_Users.id = id; t_Users.nickname = nickname; t_Users.pass = pass; t_Users.AspNetUsersId = aspNetUsersId; return t_Users; }