예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Studies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStudies(Study study)
 {
     base.AddObject("Studies", study);
 }
예제 #2
0
 /// <summary>
 /// Create a new Study object.
 /// </summary>
 /// <param name="studyId">Initial value of the studyId property.</param>
 public static Study CreateStudy(global::System.Int32 studyId)
 {
     Study study = new Study();
     study.studyId = studyId;
     return study;
 }