コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SurveyProjectVersion EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSurveyProjectVersion(SurveyProjectVersion surveyProjectVersion)
 {
     base.AddObject("SurveyProjectVersion", surveyProjectVersion);
 }
コード例 #2
0
 /// <summary>
 /// Create a new SurveyProjectVersion object.
 /// </summary>
 /// <param name="surveyProjectVersionID">Initial value of the SurveyProjectVersionID property.</param>
 public static SurveyProjectVersion CreateSurveyProjectVersion(global::System.Int32 surveyProjectVersionID)
 {
     SurveyProjectVersion surveyProjectVersion = new SurveyProjectVersion();
     surveyProjectVersion.SurveyProjectVersionID = surveyProjectVersionID;
     return surveyProjectVersion;
 }