Inheritance: System.Data.Objects.DataClasses.EntityObject
Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the film_text EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTofilm_text(film_text film_text)
 {
     base.AddObject("film_text", film_text);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new film_text object.
 /// </summary>
 /// <param name="film_id">Initial value of the film_id property.</param>
 /// <param name="title">Initial value of the title property.</param>
 public static film_text Createfilm_text(global::System.Int16 film_id, global::System.String title)
 {
     film_text film_text = new film_text();
     film_text.film_id = film_id;
     film_text.title = title;
     return film_text;
 }