示例#1
0
 public List <T> GetAll <T>(bool recursive)
 {
     return(Objects.getAll <T>(GetCommand(), recursive));
 }
示例#2
0
 public List <T> GetAll <T>()
 {
     return(Objects.getAll <T>(GetCommand()));
 }