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