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