Exemplo n.º 1
0
 public ISqoQuery <T> SqoTake(int count)
 {
     return(SqoQueryExtensionsImpl.Take(this, count));
 }