コード例 #1
0
 /// <summary>
 /// 创建新的 StudentMark_View 对象。
 /// </summary>
 /// <param name="markID">MarkID 属性的初始值。</param>
 public static StudentMark_View CreateStudentMark_View(global::System.String markID)
 {
     StudentMark_View studentMark_View = new StudentMark_View();
     studentMark_View.MarkID = markID;
     return studentMark_View;
 }
コード例 #2
0
 /// <summary>
 /// 用于向 StudentMark_View EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet&lt;T&gt; 属性的 .Add 方法。
 /// </summary>
 public void AddToStudentMark_View(StudentMark_View studentMark_View)
 {
     base.AddObject("StudentMark_View", studentMark_View);
 }