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 中查看有關支援方法的更多信息