Skip to content

.First or .FirstOrDefault does not work #29

@Carloscrmk

Description

@Carloscrmk

This code is giving the following exception:
_context.User.FirstOrDefault(p => p.Id == 3)

exception:
"ORA-00933: SQL command not properly ended"

When I use .ToList() work normaly

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