Exemplo n.º 1
0
 /// <summary>
 /// Create a new tblAcademicYear object.
 /// </summary>
 /// <param name="acdmcYearId">Initial value of the AcdmcYearId property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static tblAcademicYear CreatetblAcademicYear(global::System.Int32 acdmcYearId, global::System.Boolean isActive)
 {
     tblAcademicYear tblAcademicYear = new tblAcademicYear();
     tblAcademicYear.AcdmcYearId = acdmcYearId;
     tblAcademicYear.IsActive = isActive;
     return tblAcademicYear;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblAcademicYears EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblAcademicYears(tblAcademicYear tblAcademicYear)
 {
     base.AddObject("tblAcademicYears", tblAcademicYear);
 }