/// <summary> /// Deprecated Method for adding a new object to the pub_info EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTopub_info(pub_info pub_info) { base.AddObject("pub_info", pub_info); }
/// <summary> /// Create a new pub_info object. /// </summary> /// <param name="pub_id">Initial value of the pub_id property.</param> public static pub_info Createpub_info(global::System.String pub_id) { pub_info pub_info = new pub_info(); pub_info.pub_id = pub_id; return pub_info; }