コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Areaofstudy EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Areaofstudy(VC_Areaofstudy vC_Areaofstudy)
 {
     base.AddObject("VC_Areaofstudy", vC_Areaofstudy);
 }
コード例 #2
0
 /// <summary>
 /// Create a new VC_Areaofstudy object.
 /// </summary>
 /// <param name="areaofstudy_Id">Initial value of the Areaofstudy_Id property.</param>
 /// <param name="areaofstudy_Category_Id">Initial value of the Areaofstudy_Category_Id property.</param>
 /// <param name="areaofstudy">Initial value of the Areaofstudy property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updated_TS">Initial value of the Updated_TS property.</param>
 public static VC_Areaofstudy CreateVC_Areaofstudy(global::System.Int32 areaofstudy_Id, global::System.Int32 areaofstudy_Category_Id, global::System.String areaofstudy, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Areaofstudy vC_Areaofstudy = new VC_Areaofstudy();
     vC_Areaofstudy.Areaofstudy_Id = areaofstudy_Id;
     vC_Areaofstudy.Areaofstudy_Category_Id = areaofstudy_Category_Id;
     vC_Areaofstudy.Areaofstudy = areaofstudy;
     vC_Areaofstudy.Created_TS = created_TS;
     vC_Areaofstudy.Updated_TS = updated_TS;
     return vC_Areaofstudy;
 }