Esempio n. 1
0
 public PersonSql()
 {
     PC = new HasOne <PersonalComputerSql>(this, null, "Person_Id");
 }
Esempio n. 2
0
 public ctUser()
 {
     info = new HasOne <ctInfo>(this, null, "user_id");
 }
Esempio n. 3
0
 public PeopleImp2()
 {
     pc = new HasOne <PCsImp2>(this, "Id DESC", "Person_Id");
 }
Esempio n. 4
0
 public ImpPeople()
 {
     _pc = new HasOne <ImpPCs>(this, "Id", "Person_Id");
     m_InitUpdateColumns();
 }
Esempio n. 5
0
 public PeopleImp1()
 {
     pc = new HasOne <PCsImp1>(this, "Id", "Person_Id");
 }