Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the StarDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStarDetails(StarDetail starDetail)
 {
     base.AddObject("StarDetails", starDetail);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new StarDetail object.
 /// </summary>
 /// <param name="starID">Initial value of the StarID property.</param>
 public static StarDetail CreateStarDetail(global::System.Int32 starID)
 {
     StarDetail starDetail = new StarDetail();
     starDetail.StarID = starID;
     return starDetail;
 }