コード例 #1
0
ファイル: SqlSet.cs プロジェクト: ilovejs/DbExtensions
 public Product SecondProduct()
 {
     return(productSet.Skip(1).First());
 }