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