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