Kashub's Code Barn - "student.cs"

podświetlone jako sql (dodał(a) Gejson @ 2015-09-16 09:52:34)

Twoja wyszukiwarka
Podświetl ten kod w:
Ostatnio dodane:
Losowe wpisy:
public class Student
    {
        public virtual INT Id { GET; SET; }
 
        [StringLength(255)]
        public virtual string FirstName { GET; SET; }
        [StringLength(255)]
        public virtual string LastName { GET; SET; }
        public virtual DateTime? DateOfBirth { GET; SET; }
        public virtual DECIMAL? Height { GET; SET; }
        public virtual DECIMAL? Weight { GET; SET; }
        public virtual INT? StandardId { GET; SET; }
 
        [ForeignKey("StandardId")]
        public virtual Standard Standard { GET; SET; }
    }
}
| Opony całoroczne | | Opony motocyklowe | | Sklep z artykułami RTV/AGD | | Programista PHP | | Przenieś bloga z onetu | | Kody programów | | Wklejacz kodów | | Skracacz linków | | Opisy GG |