Exemplo n.º 1
0
        /// <summary>
        /// 创建新的 user_table 对象。
        /// </summary>
        /// <param name="id">id 属性的初始值。</param>
        public static user_table Createuser_table(global::System.Int32 id)
        {
            user_table user_table = new user_table();

            user_table.id = id;
            return(user_table);
        }
Exemplo n.º 2
0
 /// <summary>
 /// 用于向 user_table EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTouser_table(user_table user_table)
 {
     base.AddObject("user_table", user_table);
 }