コード例 #1
0
 public IQueryable <Parent> GetParent10(Child ch)
 {
     throw new InvalidOperationException();
 }
コード例 #2
0
 public static IQueryable <Parent> GetParent9(ITestDataContext db, Child ch)
 {
     throw new InvalidOperationException();
 }