/// <summary> /// Create a new TweetHashtag object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="tweetID">Initial value of the TweetID property.</param> /// <param name="hashtagID">Initial value of the HashtagID property.</param> public static TweetHashtag CreateTweetHashtag(global::System.Int32 id, global::System.Int32 tweetID, global::System.Int32 hashtagID) { TweetHashtag tweetHashtag = new TweetHashtag(); tweetHashtag.ID = id; tweetHashtag.TweetID = tweetID; tweetHashtag.HashtagID = hashtagID; return tweetHashtag; }
/// <summary> /// Deprecated Method for adding a new object to the TweetHashtags EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTweetHashtags(TweetHashtag tweetHashtag) { base.AddObject("TweetHashtags", tweetHashtag); }