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