コード例 #1
0
 private bool FilterT1s(InheritanceT1 entity)
 {
     return(entity.InheritanceBase_ID == this.ID);
 }
コード例 #2
0
 private bool FilterT1s(InheritanceT1 entity)
 {
     return (entity.InheritanceBase_ID == this.ID);
 }
コード例 #3
0
 private bool FilterT1(InheritanceT1 entity)
 {
     return(entity.ID == this.T1_ID);
 }
コード例 #4
0
 private bool FilterT1(InheritanceT1 entity)
 {
     return (entity.ID == this.T1_ID);
 }