Details
Description
Currently, we use
SELECT *
when mapping query results to the original RecordView type (see IgniteQueryExpressionVisitor.VisitQuerySourceReference).
This potentially selects more data than required.
We should only select columns that are mapped to the specified type.
Attachments
Issue Links
- fixes
-
IGNITE-18149 .NET: Thin 3.0: Support NotMappedAttribute
- Resolved
- is part of
-
IGNITE-17343 .NET: Thin 3.0: LINQ provider
- Resolved
- links to