Azure / azure-kusto-dotnet

Azure Data Explorer (Kusto) SDK for .NET
MIT License
8 stars 5 forks source link

`SetParameter(string name, decimal value)` is not implemented #5

Open stefan-schweiger opened 2 years ago

stefan-schweiger commented 2 years ago

There is an implementation of SetParameter for almost all datatypes that are supported by Kusto except decimal. Even the CslDecimalLiteral.AsCslString code is already there, but somehow you forgot to also add the SetParameter method to go along with it. Should be a very easy fix :)