Drizin / Drizin/InterpolatedSql
Named Variables?
Open
enhancement
good first issue
- Dominant language
- C#
- Stars
- 279
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way to name your SQL variables the same as the C# variable name instead of @p0, @p01?
I have a script I'm building up and even though i'm reusing the same variables in multiple parts of the script they appear in the outpoint as different prams, which is hard to verify later. i'm using approval tests to versify the script output.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.