tomasfabian / ksqlDB.RestApi.Client-DotNet

ksqlDb.RestApi.Client is a C# LINQ-enabled client API for issuing and consuming ksqlDB push and pull queries and executing statements.
MIT License
93 stars 24 forks source link

[ksqlDb.RestApi.Client]: fix colum names in sql #63

Closed mrt181 closed 3 months ago

mrt181 commented 3 months ago

JsonPropertyName and PseudoColumn attributes are taken into account when setting column names in linq column selection syntax.

61