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