/// <summary> /// Deprecated Method for adding a new object to the InsPtns EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToInsPtns(InsPtn insPtn) { base.AddObject("InsPtns", insPtn); }
/// <summary> /// Create a new InsPtn object. /// </summary> /// <param name="insuranceId">Initial value of the InsuranceId property.</param> /// <param name="patientId">Initial value of the PatientId property.</param> public static InsPtn CreateInsPtn(global::System.Int32 insuranceId, global::System.Int32 patientId) { InsPtn insPtn = new InsPtn(); insPtn.InsuranceId = insuranceId; insPtn.PatientId = patientId; return insPtn; }