示例#1
0
 public IQueryable <Node> ScanQuery()
 {
     return(_databaseSession.ScanAll().AsQueryable());
 }