예제 #1
0
 /// <summary>
 /// 用于向 m_user_msg_index EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTom_user_msg_index(m_user_msg_index m_user_msg_index)
 {
     base.AddObject("m_user_msg_index", m_user_msg_index);
 }
예제 #2
0
 /// <summary>
 /// 创建新的 m_user_msg_index 对象。
 /// </summary>
 /// <param name="user_id">user_id 属性的初始值。</param>
 public static m_user_msg_index Createm_user_msg_index(global::System.String user_id)
 {
     m_user_msg_index m_user_msg_index = new m_user_msg_index();
     m_user_msg_index.user_id = user_id;
     return m_user_msg_index;
 }