コード例 #1
0
ファイル: PPT_A1Data.cs プロジェクト: GiveCampUK/PPT_2
 /// <summary>
 /// Deprecated Method for adding a new object to the Titles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTitles(Title title)
 {
     base.AddObject("Titles", title);
 }
コード例 #2
0
ファイル: PPT_A1Data.cs プロジェクト: GiveCampUK/PPT_2
 /// <summary>
 /// Create a new Title object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Title CreateTitle(global::System.Int32 id)
 {
     Title title = new Title();
     title.Id = id;
     return title;
 }