Example #1
0
 partial void DeleteNote(Note instance);
Example #2
0
 partial void InsertNote(Note instance);
Example #3
0
 partial void UpdateNote(Note instance);
Example #4
0
		private void detach_Notes(Note entity)
		{
			this.SendPropertyChanging();
			entity.vcdb_VehiclePart = null;
		}