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