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