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