Skip to content

.net core ODATA automatic filter AppId #51

@MuratGOZCU

Description

@MuratGOZCU

How to add tenantId to your queries automatically with odata.


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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions