(MVC) MVC (2018)

<<назад EnrollmentDateGroup.vb (Contoso University).

   1:  Imports System
   2:  Imports System.ComponentModel.DataAnnotations
   3:   
   4:  Namespace Models.SchoolViewModels
   5:   
   6:      Public Class EnrollmentDateGroup
   7:   
   8:          <DataType(DataType.Date)>
   9:          Public Property EnrollmentDate As DateTime?
  10:   
  11:          Public Property StudentCount As Integer
  12:      End Class
  13:  End Namespace


Comments ( )
Link to this page: //www.vb-net.com/EF-missing-FAQ/Code/EnrollmentDateGroup.vb.htm
< THANKS ME>