Skip to content

Parameterized SQL doesn't work for Contains, StartsWith, and EndsWith  #247

@BradleyUffner

Description

@BradleyUffner

If I use .Where(config, "ActivityCode==@0", "AB") it works as expected, generating the parameterized value, but .Where(config, "ActivityCode.Contains(@0)", "A") still inlines the value.

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