/// <summary> /// Deprecated Method for adding a new object to the titles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotitles(title title) { base.AddObject("titles", title); }
/// <summary> /// Create a new title object. /// </summary> /// <param name="title_id">Initial value of the title_id property.</param> /// <param name="title1">Initial value of the title1 property.</param> /// <param name="type">Initial value of the type property.</param> /// <param name="pubdate">Initial value of the pubdate property.</param> public static title Createtitle(global::System.String title_id, global::System.String title1, global::System.String type, global::System.DateTime pubdate) { title title = new title(); title.title_id = title_id; title.title1 = title1; title.type = type; title.pubdate = pubdate; return title; }