/// <summary> /// Deprecated Method for adding a new object to the PlotKeywords EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPlotKeywords(PlotKeyword plotKeyword) { base.AddObject("PlotKeywords", plotKeyword); }
/// <summary> /// Create a new PlotKeyword object. /// </summary> /// <param name="plotKeywordId">Initial value of the PlotKeywordId property.</param> /// <param name="filmId">Initial value of the FilmId property.</param> /// <param name="keywordId">Initial value of the KeywordId property.</param> public static PlotKeyword CreatePlotKeyword(global::System.Int32 plotKeywordId, global::System.Int32 filmId, global::System.Int32 keywordId) { PlotKeyword plotKeyword = new PlotKeyword(); plotKeyword.PlotKeywordId = plotKeywordId; plotKeyword.FilmId = filmId; plotKeyword.KeywordId = keywordId; return plotKeyword; }