/// <summary> /// Deprecated Method for adding a new object to the PoliticianLawVote EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPoliticianLawVote(PoliticianLawVote politicianLawVote) { base.AddObject("PoliticianLawVote", politicianLawVote); }
/// <summary> /// Create a new PoliticianLawVote object. /// </summary> /// <param name="politicianLawVoteId">Initial value of the PoliticianLawVoteId property.</param> public static PoliticianLawVote CreatePoliticianLawVote(global::System.Int32 politicianLawVoteId) { PoliticianLawVote politicianLawVote = new PoliticianLawVote(); politicianLawVote.PoliticianLawVoteId = politicianLawVoteId; return politicianLawVote; }