EF Core needs a way to access shadow properties in LINQ queries.
Shadow properties are fields that are present in the database but are not present in the POCO so they cannot be accessed using the usual property syntax.
EF Core needs a way to access shadow properties in LINQ queries.
Shadow properties are fields that are present in the database but are not present in the POCO so they cannot be accessed using the usual property syntax.