Example #1
0
 /// <summary>
 /// Create a new Med_Physdirectory_Offices_View object.
 /// </summary>
 /// <param name="ref">Initial value of the ref property.</param>
 /// <param name="zip">Initial value of the zip property.</param>
 public static Med_Physdirectory_Offices_View CreateMed_Physdirectory_Offices_View(global::System.Int32 @ref, global::System.String zip)
 {
     Med_Physdirectory_Offices_View med_Physdirectory_Offices_View = new Med_Physdirectory_Offices_View();
     med_Physdirectory_Offices_View.@ref = @ref;
     med_Physdirectory_Offices_View.zip = zip;
     return med_Physdirectory_Offices_View;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Med_Physdirectory_Offices_View EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMed_Physdirectory_Offices_View(Med_Physdirectory_Offices_View med_Physdirectory_Offices_View)
 {
     base.AddObject("Med_Physdirectory_Offices_View", med_Physdirectory_Offices_View);
 }