/// <summary> /// Deprecated Method for adding a new object to the T_User EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_User(T_User t_User) { base.AddObject("T_User", t_User); }
/// <summary> /// Create a new T_User object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="password">Initial value of the password property.</param> /// <param name="nom">Initial value of the nom property.</param> public static T_User CreateT_User(global::System.Int64 id, global::System.String password, global::System.String nom) { T_User t_User = new T_User(); t_User.id = id; t_User.password = password; t_User.nom = nom; return t_User; }