/// <summary> /// Create a new restuarant_tag object. /// </summary> /// <param name="rID">Initial value of the RID property.</param> /// <param name="tag">Initial value of the tag property.</param> /// <param name="id">Initial value of the ID property.</param> public static restuarant_tag Createrestuarant_tag(global::System.Guid rID, global::System.String tag, global::System.Guid id) { restuarant_tag restuarant_tag = new restuarant_tag(); restuarant_tag.RID = rID; restuarant_tag.tag = tag; restuarant_tag.ID = id; return restuarant_tag; }
/// <summary> /// Deprecated Method for adding a new object to the restuarant_tag EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorestuarant_tag(restuarant_tag restuarant_tag) { base.AddObject("restuarant_tag", restuarant_tag); }