Azure / azure-kusto-dotnet

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

Add `SetParameter(string name, Nullable<...> value)` for all supported types #7

Open stefan-schweiger opened 2 years ago

stefan-schweiger commented 2 years ago

Currently you can't set null values for most parameters even though Kusto supports it. It would be great to have overloads to set null values for the parameters for all types where it's supported (should be everything except string).

yogilad commented 1 year ago

@ronmonetaMicro , let's discuss implementation for this (mind this is a parity task)