/// <summary> /// Deprecated Method for adding a new object to the StarDetails EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStarDetails(StarDetail starDetail) { base.AddObject("StarDetails", starDetail); }
/// <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; }