Example #1
0
 /// <summary>
 /// Create a new vndd_news object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static vndd_news Createvndd_news(global::System.Int32 id)
 {
     vndd_news vndd_news = new vndd_news();
     vndd_news.id = id;
     return vndd_news;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vndd_news EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovndd_news(vndd_news vndd_news)
 {
     base.AddObject("vndd_news", vndd_news);
 }