Skip to content

Expression builder does not support lt/gt comparision operators for strings #133

Description

@vgpro54321

Hello All,

in C# string do not implement string comparison operands >, <, >=, <=.
As a result, it is impossible to provide lambda to Filter library function that compares string value to a constant.

Similar problem Azure Table API solves by specially handling methods in lambdas: string.CompareTo and string.Compare.

Can this functionality be added?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions