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