q rest
1.0.0
包裹 | 稳定的 | 最新的 |
---|---|---|
QRest.Core | ||
QRest.AspNetCore | ||
QRest.语义.OData |
dotnet add package QRest.AspNetCore
[ HttpGet ( "{query?}" ) ]
public ActionResult Get ( Query query )
{
var data = collection . AsQueryable ( ) ;
var result = query . Apply ( data ) ;
return Ok ( result ) ;
}
GET http://localhost:5000/api/data/-where(:Text-eq(`123`))-take(10)
在 wiki 中查看有关支持方法的更多信息