private bool FilterPerson(global::LightSwitchApplication.Implementation.Person entity)
 {
     return(global::System.Object.Equals(entity.Id, this.Person_Lab));
 }
Example #2
0
 private void DetachPeople(global::LightSwitchApplication.Implementation.Person entity)
 {
     entity.Gender = null;
 }