Ejemplo n.º 1
0
 private void detach_SessionPackets(SessionPacket entity)
 {
     this.SendPropertyChanging();
     entity.ClientSession = null;
 }
Ejemplo n.º 2
0
 partial void UpdateSessionPacket(SessionPacket instance);
Ejemplo n.º 3
0
 partial void DeleteSessionPacket(SessionPacket instance);
Ejemplo n.º 4
0
 partial void InsertSessionPacket(SessionPacket instance);
Ejemplo n.º 5
0
 partial void DeleteSessionPacket(SessionPacket instance);
Ejemplo n.º 6
0
		private void detach_SessionPackets(SessionPacket entity)
		{
			this.SendPropertyChanging();
			entity.ClientSession = null;
		}
Ejemplo n.º 7
0
 partial void UpdateSessionPacket(SessionPacket instance);
Ejemplo n.º 8
0
 partial void InsertSessionPacket(SessionPacket instance);