URF.NET icon indicating copy to clipboard operation
URF.NET copied to clipboard

.net core ODATA automatic filter AppId

Open MuratGOZCU opened this issue 7 years ago • 0 comments

How to add tenantId to your queries automatically with odata.


public override IQueryable ApplyQuery(IQueryable queryable, ODataQueryOptions queryOptions)
{
    return base.ApplyQuery(queryable, queryOptions);
}

MuratGOZCU avatar Feb 23 '19 08:02 MuratGOZCU