コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the movies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomovies(movie movie)
 {
     base.AddObject("movies", movie);
 }
コード例 #2
0
 /// <summary>
 /// Create a new movie object.
 /// </summary>
 /// <param name="movie_id">Initial value of the movie_id property.</param>
 public static movie Createmovie(global::System.Int32 movie_id)
 {
     movie movie = new movie();
     movie.movie_id = movie_id;
     return movie;
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the movies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomovies(movie movie)
 {
     base.AddObject("movies", movie);
 }