URF.NET
URF.NET copied to clipboard
.net core ODATA automatic filter AppId
How to add tenantId to your queries automatically with odata.
public override IQueryable ApplyQuery(IQueryable queryable, ODataQueryOptions queryOptions)
{
return base.ApplyQuery(queryable, queryOptions);
}