/// <summary> /// 创建新的 sns_vote_comment 对象。 /// </summary> /// <param name="id">id 属性的初始值。</param> public static sns_vote_comment Createsns_vote_comment(global::System.Int32 id) { sns_vote_comment sns_vote_comment = new sns_vote_comment(); sns_vote_comment.id = id; return sns_vote_comment; }
/// <summary> /// 用于向 sns_vote_comment EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet<T> 属性的 .Add 方法。 /// </summary> public void AddTosns_vote_comment(sns_vote_comment sns_vote_comment) { base.AddObject("sns_vote_comment", sns_vote_comment); }