コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Experience EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Experience(VC_Experience vC_Experience)
 {
     base.AddObject("VC_Experience", vC_Experience);
 }
コード例 #2
0
 /// <summary>
 /// Create a new VC_Experience object.
 /// </summary>
 /// <param name="experience_Id">Initial value of the Experience_Id property.</param>
 /// <param name="areaofstudy_Id">Initial value of the Areaofstudy_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="experience_Type">Initial value of the Experience_Type property.</param>
 /// <param name="workExperience">Initial value of the WorkExperience property.</param>
 /// <param name="experience_Description">Initial value of the Experience_Description 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_Experience CreateVC_Experience(global::System.Int32 experience_Id, global::System.Int32 areaofstudy_Id, global::System.Int32 user_Id, global::System.Int32 experience_Type, global::System.String workExperience, global::System.String experience_Description, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Experience vC_Experience = new VC_Experience();
     vC_Experience.Experience_Id = experience_Id;
     vC_Experience.Areaofstudy_Id = areaofstudy_Id;
     vC_Experience.User_Id = user_Id;
     vC_Experience.Experience_Type = experience_Type;
     vC_Experience.WorkExperience = workExperience;
     vC_Experience.Experience_Description = experience_Description;
     vC_Experience.Created_TS = created_TS;
     vC_Experience.Updated_TS = updated_TS;
     return vC_Experience;
 }