コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the themes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTothemes(themes themes)
 {
     base.AddObject("themes", themes);
 }
コード例 #2
0
 /// <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;
 }