コード例 #1
0
 public IQueryable <QueryResult> LastMonthPayments()
 {
     return(context.Set <QueryResult>().FromSqlRaw("LastMonthPayments"));
 }