/// <summary> /// Deprecated Method for adding a new object to the themes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTothemes(themes themes) { base.AddObject("themes", themes); }
/// <summary> /// Create a new themes object. /// </summary> /// <param name="id_theme">Initial value of the id_theme property.</param> /// <param name="title">Initial value of the title property.</param> public static themes Createthemes(global::System.Int32 id_theme, global::System.String title) { themes themes = new themes(); themes.id_theme = id_theme; themes.title = title; return themes; }