コード例 #1
0
 public ISqoQuery <T> SqoSkip(int count)
 {
     return(SqoQueryExtensionsImpl.Skip(this, count));
 }