(MVC) MVC (2018)

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

   1:  Imports System.ComponentModel.DataAnnotations
   2:  Imports System.ComponentModel.DataAnnotations.Schema
   3:   
   4:  Namespace Models
   5:   
   6:      Public Class OfficeAssignment
   7:   
   8:          <Key>
   9:          Public Property InstructorID As Integer
  10:   
  11:          <StringLength(50)>
  12:          <Display(Name:="Office Location")>
  13:          Public Property Location As String
  14:   
  15:          Public Property Instructor As Instructor
  16:      End Class
  17:  End Namespace


Comments ( )
<00>  <01>  <02>  <03>  <04>  <05>  <06>  <07>  <08>  <09>  <10>  <11>  <12>  <13>  <14>  <15>  <16>  <17>  <18>  <19>  <20>  <21>  <22>  <23
Link to this page: //www.vb-net.com/EF-missing-FAQ/Code/OfficeAssignment.vb.htm
<SITEMAP>  <MVC>  <ASP>  <NET>  <DATA>  <KIOSK>  <FLEX>  <SQL>  <NOTES>  <LINUX>  <MONO>  <FREEWARE>  <DOCS>  <ENG>  <CHAT ME>  <ABOUT ME>  < THANKS ME>