/// <summary> /// Deprecated Method for adding a new object to the v_user_competences EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTov_user_competences(v_user_competences v_user_competences) { base.AddObject("v_user_competences", v_user_competences); }
/// <summary> /// Create a new v_user_competences object. /// </summary> /// <param name="level">Initial value of the level property.</param> /// <param name="user">Initial value of the user property.</param> /// <param name="id">Initial value of the id property.</param> /// <param name="name">Initial value of the name property.</param> /// <param name="description">Initial value of the description property.</param> public static v_user_competences Createv_user_competences(global::System.Int32 level, global::System.Guid user, global::System.Int32 id, global::System.String name, global::System.String description) { v_user_competences v_user_competences = new v_user_competences(); v_user_competences.level = level; v_user_competences.user = user; v_user_competences.id = id; v_user_competences.name = name; v_user_competences.description = description; return v_user_competences; }