コード例 #1
0
 private bool FilterParent2(NullableFKParent entity)
 {
     return (entity.ID == this.ParentID_Singleton);
 }
コード例 #2
0
 private bool FilterParent(NullableFKParent entity)
 {
     return (entity.ID == this.ParentID);
 }