예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the publishers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopublishers(publisher publisher)
 {
     base.AddObject("publishers", publisher);
 }
예제 #2
0
 /// <summary>
 /// Create a new publisher object.
 /// </summary>
 /// <param name="pub_id">Initial value of the pub_id property.</param>
 public static publisher Createpublisher(global::System.String pub_id)
 {
     publisher publisher = new publisher();
     publisher.pub_id = pub_id;
     return publisher;
 }