Beispiel #1
0
 partial void DeletetbLog(tbLog instance);
Beispiel #2
0
 partial void UpdatetbLog(tbLog instance);
Beispiel #3
0
 private void detach_tbLogs(tbLog entity)
 {
     this.SendPropertyChanging();
     entity.tbUser = null;
 }
Beispiel #4
0
 partial void InserttbLog(tbLog instance);
Beispiel #5
0
 private void attach_tbLogs(tbLog entity)
 {
     this.SendPropertyChanging();
     entity.tbUser = this;
 }