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