Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblExamTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblExamTypes(tblExamType tblExamType)
 {
     base.AddObject("tblExamTypes", tblExamType);
 }
Example #2
0
 /// <summary>
 /// Create a new tblExamType object.
 /// </summary>
 /// <param name="examTypeID">Initial value of the ExamTypeID property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static tblExamType CreatetblExamType(global::System.Int32 examTypeID, global::System.Boolean isActive)
 {
     tblExamType tblExamType = new tblExamType();
     tblExamType.ExamTypeID = examTypeID;
     tblExamType.IsActive = isActive;
     return tblExamType;
 }