예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the InsuranceTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInsuranceTypes(InsuranceType insuranceType)
 {
     base.AddObject("InsuranceTypes", insuranceType);
 }
예제 #2
0
 /// <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;
 }