Ejemplo n.º 1
0
 /// <summary>
 /// 创建新的 sns_event_photo 对象。
 /// </summary>
 /// <param name="id">id 属性的初始值。</param>
 /// <param name="commentCount">commentCount 属性的初始值。</param>
 public static sns_event_photo Createsns_event_photo(global::System.Int32 id, global::System.Int32 commentCount)
 {
     sns_event_photo sns_event_photo = new sns_event_photo();
     sns_event_photo.id = id;
     sns_event_photo.commentCount = commentCount;
     return sns_event_photo;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 用于向 sns_event_photo EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTosns_event_photo(sns_event_photo sns_event_photo)
 {
     base.AddObject("sns_event_photo", sns_event_photo);
 }