[Proposal] Compact one record type LinQ
Open
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Related to #563:
I suggest also to enhance LinQ to allow short expression that will look much like SQL, in situation where there is only one record type involved, such as:
`Dim R = From Students Select Name, Age`
Note that `Select` is mandatory here (not optional).
This is the short form of:
`Dim R = From std in Students Select std.Name, std.Age`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.