/// <summary>
 /// 用于向 t_ElementProperty_Library EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddTot_ElementProperty_Library(t_ElementProperty_Library t_ElementProperty_Library)
 {
     base.AddObject("t_ElementProperty_Library", t_ElementProperty_Library);
 }
 /// <summary>
 /// 创建新的 t_ElementProperty_Library 对象。
 /// </summary>
 /// <param name="elementID">ElementID 属性的初始值。</param>
 /// <param name="propertyNo">PropertyNo 属性的初始值。</param>
 public static t_ElementProperty_Library Createt_ElementProperty_Library(global::System.Int32 elementID, global::System.Int32 propertyNo)
 {
     t_ElementProperty_Library t_ElementProperty_Library = new t_ElementProperty_Library();
     t_ElementProperty_Library.ElementID = elementID;
     t_ElementProperty_Library.PropertyNo = propertyNo;
     return t_ElementProperty_Library;
 }