/// <summary> /// Create a new Title object. /// </summary> /// <param name="titleId">Initial value of the TitleId property.</param> /// <param name="title1">Initial value of the Title1 property.</param> /// <param name="created">Initial value of the Created property.</param> public static Title CreateTitle(global::System.Int32 titleId, global::System.String title1, global::System.DateTime created) { Title title = new Title(); title.TitleId = titleId; title.Title1 = title1; title.Created = created; return title; }
/// <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); }